mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
docs(manifest): update description
This commit is contained in:
parent
f05273f6ac
commit
92372b23fe
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gitako",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "yet another extension for GitHub",
|
||||
"repository": "https://github.com/EnixCoda/Gitako",
|
||||
"author": "EnixCoda",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Gitako",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"author": "EnixCoda",
|
||||
"icons": {
|
||||
"128": "icons/Gitako-128x128.png"
|
||||
},
|
||||
"description": "yet another GitHub extension.",
|
||||
"description": "yet another GitHub extension, inspired by Octotree and GayHub.",
|
||||
"homepage_url": "https://github.com/EnixCoda/Gitako",
|
||||
"permissions": ["tabs", "storage", "*://github.com/*"],
|
||||
"content_scripts": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue