Files
Sharepoint-Downloader/manifest.json
2026-04-18 20:39:24 +05:30

19 lines
467 B
JSON

{
"manifest_version": 2,
"name": "SharePoint Video Downloader",
"version": "2.0",
"description": "Captures SharePoint/OneDrive video stream URLs and generates download commands.",
"permissions": ["webRequest", "activeTab", "tabs", "storage", "<all_urls>"],
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
}