26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Open In MPV",
|
|
"description": "Open videos and audios in mpv.",
|
|
"version": "1.0.0",
|
|
"options_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"
|
|
}
|
|
}
|