This commit is contained in:
Enix 2019-04-10 10:00:25 +08:00
parent 7ac42eda52
commit 77fc4c9583
2 changed files with 13 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gitako",
"version": "0.4.16",
"version": "0.4.17",
"description": "The missing part of GitHub.",
"repository": "https://github.com/EnixCoda/Gitako",
"author": "EnixCoda",

View file

@ -1,18 +1,25 @@
{
"manifest_version": 2,
"name": "Gitako - Github file tree",
"version": "0.4.16",
"version": "0.4.17",
"description": "The missing part of GitHub.",
"author": "EnixCoda",
"icons": {
"128": "icons/Gitako-128x128.png"
},
"homepage_url": "https://github.com/EnixCoda/Gitako",
"permissions": ["storage", "*://github.com/*"],
"permissions": [
"storage",
"*://github.com/*"
],
"content_scripts": [
{
"matches": ["https://github.com/*"],
"js": ["content.js"]
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
]
}
]
}
}