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": "Viaplay Hotkeys: keyboard shortcuts", "description": "Extension allows using keyboard shortcuts on Viaplay", "version": "1.0.2", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ], "action": { "default_popup": "popup.html", "default_icon": "Viaplay48HotKey.png" }, "content_scripts": [ { "js": [ "value.js", "engine.js" ], "matches": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ] } ], "icons": { "48": "Viaplay48HotKey.png", "128": "Viaplay128HotKey.png" }, "background": { "service_worker": "background.js" } }