23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Viper Youtube DL",
|
|
"version": "1.1",
|
|
"description": "Die offizielle Chrome-Erweiterung von Viper Youtube DL",
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"storage",
|
|
"contextMenus"
|
|
],
|
|
"options_ui": {
|
|
"page": "options.html"
|
|
},
|
|
"author": "M_Viper",
|
|
"icons": {
|
|
"48": "icon48.png",
|
|
"96": "icon96.png"
|
|
}
|
|
}
|