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, "permissions": [ "commands", "storage", "sidePanel" ], "host_permissions": [ "https:\/\/ankipro.net\/*" ], "short_name": "Anki Pro: Create Flashcards", "name": "Anki Pro: Create Flashcards", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "Open the Anki Pro extension" } }, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": "index.html" }, "side_panel": { "default_path": "index.html", "default_icon": "assets\/icon32.png", "default_title": "Anki Pro" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "version": "2.8.0" }