Skip to content

Commit a67a017

Browse files
2979.0.9
1 parent 08311a5 commit a67a017

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

manifest.json

Lines changed: 11 additions & 3 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.0.8",
4+
"version": "2979.0.9",
55
"description": "MORE BANANAAAAA!11!",
66
"permissions": [
77
"activeTab",
@@ -20,6 +20,11 @@
2020
"http://*.bot-hosting.net/*",
2121
"wss://*.bot-hosting.net/*",
2222
"ws://*.bot-hosting.net/*",
23+
"https://bot-hosting.cloud/*",
24+
"https://*.bot-hosting.cloud/*",
25+
"http://*.bot-hosting.cloud/*",
26+
"wss://*.bot-hosting.cloud/*",
27+
"ws://*.bot-hosting.cloud/*",
2328
"https://raw.githubusercontent.com/*"
2429
],
2530
"background": {
@@ -28,7 +33,8 @@
2833
"content_scripts": [
2934
{
3035
"matches": [
31-
"https://bot-hosting.net/panel/*"
36+
"https://bot-hosting.net/panel/*",
37+
"https://bot-hosting.cloud/panel/*"
3238
],
3339
"js": [
3440
"content.js"
@@ -55,7 +61,9 @@
5561
],
5662
"matches": [
5763
"https://bot-hosting.net/*",
58-
"https://control.bot-hosting.net/*"
64+
"https://control.bot-hosting.net/*",
65+
"https://bot-hosting.cloud/*",
66+
"https://control.bot-hosting.cloud/*"
5967
]
6068
}
6169
]

0 commit comments

Comments
 (0)