mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-10 03:02:48 +00:00
23 lines
No EOL
490 B
JSON
23 lines
No EOL
490 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Video URL Collector",
|
|
"version": "1.0",
|
|
"permissions": [
|
|
"webRequest",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
}
|
|
} |