mirror of
https://github.com/hyzendust/Sharepoint-Downloader.git
synced 2026-06-30 20:32:20 +02:00
Fix: Firefox support
This commit is contained in:
@@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"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": {
|
"scripts": ["background.js"]
|
||||||
"service_worker": "background.js"
|
},
|
||||||
},
|
"browser_action": {
|
||||||
"action": {
|
"default_popup": "popup.html",
|
||||||
"default_popup": "popup.html",
|
"default_icon": {
|
||||||
"default_icon": {
|
"16": "icon16.png",
|
||||||
"16": "icon16.png",
|
"48": "icon48.png",
|
||||||
"48": "icon48.png",
|
"128": "icon128.png"
|
||||||
"128": "icon128.png"
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user