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", "manifest_version": 3, "name": "Shortcut Practice", "version": "1.1", "description": "Practice and master keyboard shortcuts of your favourite websites and apps", "icons": { "16": "img\/icons\/icon.png", "48": "img\/icons\/icon.png", "128": "img\/icons\/icon.png" }, "author": "@ryzalyusoff", "homepage_url": "https:\/\/shortcutpractice.com", "permissions": [ "tabs", "storage", "unlimitedStorage" ], "action": { "default_icon": "img\/icons\/icon.png" }, "background": { "service_worker": "bg.js" }, "web_accessible_resources": [ { "resources": [ "js\/*", "css\/*", "fonts\/*", "img\/*" ], "matches": [ "<all_urls>" ] } ], "commands": { "open_app": { "description": "Open the app", "suggested_key": { "default": "Alt+Shift+K" } } } }