chore: update description, change permissions

This commit is contained in:
Enix 2019-04-10 09:58:23 +08:00
parent 61a70e36e5
commit e14e02db98
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4
2 changed files with 7 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{
"name": "gitako",
"version": "0.4.16",
"description": "yet another extension for GitHub",
"description": "The missing part of GitHub.",
"repository": "https://github.com/EnixCoda/Gitako",
"author": "EnixCoda",
"license": "MIT",

View file

@ -1,26 +1,18 @@
{
"manifest_version": 2,
"name": "Gitako - enhanced Github code tree",
"name": "Gitako - Github file tree",
"version": "0.4.16",
"description": "The missing part of GitHub.",
"author": "EnixCoda",
"icons": {
"128": "icons/Gitako-128x128.png"
},
"description": "yet another GitHub extension, inspired by Octotree and GayHub.",
"homepage_url": "https://github.com/EnixCoda/Gitako",
"permissions": [
"tabs",
"storage",
"*://github.com/*"
],
"permissions": ["storage", "*://github.com/*"],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
]
"matches": ["https://github.com/*"],
"js": ["content.js"]
}
]
}
}