feat: open new tab on install and add uninstall page

This commit is contained in:
David Ralph
2021-08-14 15:01:45 +01:00
parent 9c3b8c7f59
commit 0f20983c37
5 changed files with 40 additions and 12 deletions

View File

@@ -17,5 +17,9 @@
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"content_security_policy": "script-src 'self' https://api.bing.com https://www.google.com; object-src 'self'"
"content_security_policy": "script-src 'self' https://api.bing.com https://www.google.com; object-src 'self'",
"background": {
"persistent": false,
"scripts": [ "background-chrome.js" ]
}
}