Fix: Firefox support

This commit is contained in:
hyzen
2026-04-18 20:39:24 +05:30
parent 86a0fc0df2
commit cb168a4a26

View File

@@ -1,14 +1,13 @@
{ {
"manifest_version": 3, "manifest_version": 2,
"name": "SharePoint Video Downloader", "name": "SharePoint Video Downloader",
"version": "2.0", "version": "2.0",
"description": "Captures SharePoint/OneDrive video stream URLs and generates download commands.", "description": "Captures SharePoint/OneDrive video stream URLs and generates download commands.",
"permissions": ["webRequest", "activeTab", "tabs", "storage"], "permissions": ["webRequest", "activeTab", "tabs", "storage", "<all_urls>"],
"host_permissions": ["<all_urls>"],
"background": { "background": {
"service_worker": "background.js" "scripts": ["background.js"]
}, },
"action": { "browser_action": {
"default_popup": "popup.html", "default_popup": "popup.html",
"default_icon": { "default_icon": {
"16": "icon16.png", "16": "icon16.png",