chore(manifest): Upgrade to v3

Not sure if it is correct, security policy likely isn't.
This commit is contained in:
Isaac
2022-08-28 19:07:45 +01:00
parent cbc2acff7a
commit c2a7e5223b
2 changed files with 14 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for modern browsers.",
"version": "7.0.0",
"homepage_url": "https://muetab.com",
"browser_action": {
"action": {
"default_icon": "icons/128x128.png"
},
"chrome_url_overrides": {
@@ -18,5 +18,8 @@
"chrome_settings_overrides": {
"homepage": "index.html"
},
"content_security_policy": "script-src 'self' https://api.bing.com https://www.google.com; object-src 'self'"
"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'"
}
}