33 lines
618 B
JSON
33 lines
618 B
JSON
{
|
|
"manifest_version": 2,
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{d66c8515-1e0d-408f-82ee-2682f2362726}"
|
|
}
|
|
},
|
|
"name": "Open In mpv",
|
|
"description": "Open videos and audio files in mpv.",
|
|
"version": "2.0.1",
|
|
"options_ui": {
|
|
"page": "options.html"
|
|
},
|
|
"background": {
|
|
"page": "background.html"
|
|
},
|
|
"browser_action": {
|
|
"default_icon": "icon.png",
|
|
"default_title": "Open In mpv"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"activeTab",
|
|
"contextMenus",
|
|
"storage"
|
|
],
|
|
"icons": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
}
|
|
}
|