Gitako/src/manifest.json
2020-03-08 15:23:00 +08:00

17 lines
458 B
JSON

{
"manifest_version": 2,
"name": "Gitako",
"icons": {
"64": "icons/Gitako-64.png",
"128": "icons/Gitako-128.png",
"256": "icons/Gitako-256.png"
},
"permissions": ["storage", "*://*.github.com/*", "*://*.sentry.io/*"],
"web_accessible_resources": ["icons/vscode/*", "content.css"],
"content_scripts": [
{
"matches": ["https://github.com/*"],
"js": ["firefox-shim.js", "browser-polyfill.js", "content.js"]
}
]
}