Gitako/src/manifest.json
2019-09-24 20:27:05 +08:00

25 lines
No EOL
477 B
JSON

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