mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
27 lines
707 B
JSON
27 lines
707 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "YoutubeDL-Material",
|
|
"version": "0.4",
|
|
"description": "The Official Firefox & Chrome Extension of YoutubeDL-Material, an open-source and self-hosted YouTube downloader.",
|
|
"browser_action": {
|
|
"default_icon": "favicon.png",
|
|
"default_popup": "popup.html",
|
|
"default_title": "YoutubeDL-Material"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"storage",
|
|
"contextMenus"
|
|
],
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"open_in_tab": false
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "IsaacMGrynsztein@gmail.com",
|
|
"strict_min_version": "57.0"
|
|
}
|
|
}
|
|
}
|