chore: fix logo mapping

This commit is contained in:
EnixCoda 2020-03-07 19:27:30 +08:00
parent 1d0f2d93bf
commit 79a77b7f64
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -5,30 +5,17 @@
"description": "The missing part of GitHub.",
"author": "EnixCoda",
"icons": {
"64": "icons/Gitako-64.png",
"128": "icons/Gitako-128.png",
"256": "icons/Gitako-256.png",
"512": "icons/Gitako-512.png"
"256": "icons/Gitako-256.png"
},
"homepage_url": "https://github.com/EnixCoda/Gitako",
"permissions": [
"storage",
"*://*.github.com/*",
"*://*.sentry.io/*"
],
"web_accessible_resources": [
"icons/vscode/*",
"content.css"
],
"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"
]
"matches": ["https://github.com/*"],
"js": ["firefox-shim.js", "browser-polyfill.js", "content.js"]
}
]
}
}