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