update firefox manifest

This commit is contained in:
SethBurkart123
2024-05-29 11:12:21 +10:00
parent 026033ad57
commit b82faab248
+2 -2
View File
@@ -17,8 +17,8 @@
"64": "src/resources/icons/icon-64.png" "64": "src/resources/icons/icon-64.png"
} }
}, },
"permissions": ["tabs", "notifications", "storage"], "permissions": ["tabs", "notifications", "storage", "activeTab"],
"host_permissions": ["https://newsapi.org/", "*://*/*"], "host_permissions": ["<all_urls>"],
"background": { "background": {
"scripts": ["src/background.ts"] "scripts": ["src/background.ts"]
}, },