Files
mue/manifest/chrome.json
Isaac c2a7e5223b chore(manifest): Upgrade to v3
Not sure if it is correct, security policy likely isn't.
2022-08-28 19:07:45 +01:00

27 lines
699 B
JSON

{
"manifest_version": 3,
"offline_enabled": true,
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "7.0.0",
"homepage_url": "https://muetab.com",
"action": {
"default_icon": "icons/128x128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "script-src 'self' https://api.bing.com https://www.google.com; object-src 'self'"
},
"background": {
"service_worker": "background-chrome.js"
}
}