Refactor background logic and enhance popup interface for SharePoint Video Downloader

This commit is contained in:
Minidu Thiranjaya
2026-03-29 07:25:57 +05:30
parent cb36e67fc3
commit ae8343620b
5 changed files with 562 additions and 433 deletions

View File

@@ -1,16 +1,10 @@
{
"manifest_version": 3,
"name": "MTH Video Manifest Capture",
"version": "1.0",
"description": "Captures video manifest URLs.",
"permissions": [
"webRequest",
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"name": "SharePoint Video Downloader",
"version": "2.0",
"description": "Captures SharePoint/OneDrive video stream URLs and generates download commands.",
"permissions": ["webRequest", "activeTab", "tabs", "storage"],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "background.js"
},
@@ -22,4 +16,4 @@
"128": "icon128.png"
}
}
}
}