mirror of
https://github.com/hyzendust/Sharepoint-Downloader.git
synced 2026-06-30 20:32:20 +02:00
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "MTH Video Manifest Capture",
|
|
"version": "1.0",
|
|
"description": "Captures video manifest URLs.",
|
|
"permissions": [
|
|
"webRequest",
|
|
"activeTab",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
}
|
|
}
|
|
} |