mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: add domains to manifest
This commit is contained in:
parent
aaf64667ea
commit
36e7509c60
1 changed files with 8 additions and 1 deletions
|
|
@ -6,7 +6,14 @@
|
|||
"128": "icons/Gitako-128.png",
|
||||
"256": "icons/Gitako-256.png"
|
||||
},
|
||||
"permissions": ["storage", "contextMenus", "activeTab", "*://*.github.com/*"],
|
||||
"permissions": [
|
||||
"storage",
|
||||
"contextMenus",
|
||||
"activeTab",
|
||||
"*://*.github.com/*",
|
||||
"*://gitako.now.sh/*",
|
||||
"*://*.sentry.io/*"
|
||||
],
|
||||
"optional_permissions": ["http://*/*", "https://*/*"],
|
||||
"web_accessible_resources": ["icons/vscode/*", "content.css"],
|
||||
"background": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue