Gitako/src/manifest.json
2018-09-19 20:27:21 +08:00

26 lines
No EOL
504 B
JSON

{
"manifest_version": 2,
"name": "Gitako",
"version": "0.3.2",
"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/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
]
}
]
}