Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hotkeys for PlutoTV: keyboard shortcuts", "description": "Extension allows using keyboard shortcuts on PlutoTV", "version": "1.0.2", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.pluto.tv\/*" ], "action": { "default_popup": "popup.html", "default_icon": "pluto128HotKey.png" }, "content_scripts": [ { "js": [ "value.js", "engine.js" ], "matches": [ "*:\/\/*.pluto.tv\/*" ] } ], "icons": { "36": "pluto36HotKey.png", "128": "pluto128HotKey.png" }, "background": { "service_worker": "background.js" } }