Skip to content

Commit a49ff85

Browse files
committed
Fix extension permissions
1 parent e7b44e7 commit a49ff85

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

extension/chrome.zip

138 Bytes
Binary file not shown.

extension/chrome/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"scripting",
2929
"activeTab",
3030
"contextMenus",
31-
"webNavigation", "*://*.f95zone.to/*"
32-
]
33-
}
31+
"webNavigation"
32+
],
33+
"host_permissions": ["*://*.f95zone.to/*"]
34+
}

extension/firefox.zip

132 Bytes
Binary file not shown.

extension/firefox/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"scripting",
2929
"activeTab",
3030
"contextMenus",
31-
"webNavigation", "*://*.f95zone.to/*"
31+
"webNavigation",
32+
"*://*.f95zone.to/*"
3233
]
3334
}

0 commit comments

Comments
 (0)