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", "description": "Create flash cards to learn a language and different topics in your browser", "version": "5.0.15", "manifest_version": 3, "name": "Anki Flash Cards + GPT", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "Toggle Sidebar" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "contentScript.css" ] } ], "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/api.openai.com\/*", "https:\/\/api-inference.huggingface.co\/*", "https:\/\/oaidalleapiprodscus.blob.core.windows.net\/*", "https:\/\/cdn.jsdelivr.net\/*", "https:\/\/*\/*" ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "assets\/img\/*.png", "assets\/img\/*.svg", "tailwind.css", "*.woff", "*.woff2", "*.ttf" ], "matches": [ "<all_urls>" ] } ] }