Skip to content

Commit c7f5a9d

Browse files
2979.0.8
1 parent bc869c0 commit c7f5a9d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"manifest_version": 3,
3-
"name": "Banana Burner 2979",
3+
"name": "BananaBurner 2979",
44
"version": "2979.0.8",
5-
"script_version": "2.5",
65
"description": "MORE BANANAAAAA!11!",
76
"permissions": [
87
"activeTab",
@@ -20,7 +19,8 @@
2019
"https://*.bot-hosting.net/*",
2120
"http://*.bot-hosting.net/*",
2221
"wss://*.bot-hosting.net/*",
23-
"ws://*.bot-hosting.net/*"
22+
"ws://*.bot-hosting.net/*",
23+
"https://raw.githubusercontent.com/*"
2424
],
2525
"background": {
2626
"service_worker": "background.js"
@@ -38,7 +38,7 @@
3838
],
3939
"action": {
4040
"default_popup": "popup.html",
41-
"default_title": "Banana Burner 2979"
41+
"default_title": "BananaBurner 2979"
4242
},
4343
"icons": {
4444
"16": "icons/icon16.png",
@@ -49,7 +49,9 @@
4949
{
5050
"resources": [
5151
"injected.js",
52-
"osrc_hook.js"
52+
"osrc_hook.js",
53+
"index.html",
54+
"icons/*"
5355
],
5456
"matches": [
5557
"https://bot-hosting.net/*",

0 commit comments

Comments
 (0)