Skip to content

Commit 8bf4369

Browse files
2979.1.1
1 parent 66ab9c7 commit 8bf4369

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

manifest.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "BananaBurner 2979",
4-
"version": "2979.1.0",
4+
"version": "2979.1.1",
55
"description": "MORE BANANAAAAA!11!",
66
"permissions": [
77
"activeTab",
@@ -10,23 +10,21 @@
1010
"scripting",
1111
"notifications",
1212
"declarativeNetRequest",
13-
"declarativeNetRequestFeedback",
1413
"cookies",
1514
"alarms"
1615
],
1716
"host_permissions": [
1817
"https://bot-hosting.net/*",
1918
"https://*.bot-hosting.net/*",
20-
"http://*.bot-hosting.net/*",
2119
"wss://*.bot-hosting.net/*",
22-
"ws://*.bot-hosting.net/*",
2320
"https://bot-hosting.cloud/*",
2421
"https://*.bot-hosting.cloud/*",
25-
"http://*.bot-hosting.cloud/*",
2622
"wss://*.bot-hosting.cloud/*",
27-
"ws://*.bot-hosting.cloud/*",
2823
"https://raw.githubusercontent.com/*"
2924
],
25+
"content_security_policy": {
26+
"extension_pages": "script-src 'self'; object-src 'self'"
27+
},
3028
"background": {
3129
"service_worker": "background.js"
3230
},

0 commit comments

Comments
 (0)