Skip to content

Commit

Permalink
manifest: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jan 23, 2024
1 parent 4763f1e commit 13eeafd
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@
"description": "Tries to play links in MPV",
"manifest_version": 2,
"name": "ff2mpv",
"version": "4.0.0",

"version": "5.0.0",
"options_ui": {
"page": "options/options.html",
"open_in_tab": false
},

"icons": {
"16": "icons/icon_16x16.png",
"32": "icons/icon_32x32.png",
"48": "icons/icon_48x48.png",
"64": "icons/icon_64x64.png",
"256": "icons/icon_256x256.png"
},

"browser_action": {
"default_icon": "icons/icon_48x48.png",
"default_title": "Play the current URL in MPV"
},

"commands": {
"_execute_browser_action": {
"suggested_key": {
Expand All @@ -30,20 +26,22 @@
"description": "Play the current URL in mpv"
}
},

"applications": {
"gecko": {
"id": "ff2mpv@yossarian.net",
"strict_min_version": "50.0"
}
},

"background": {
"scripts": [
"browser-polyfill.js",
"ff2mpv.js"
]
},

"permissions": ["nativeMessaging", "contextMenus", "activeTab", "storage"]
"permissions": [
"nativeMessaging",
"contextMenus",
"activeTab",
"storage"
]
}

0 comments on commit 13eeafd

Please sign in to comment.