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": "Leitner Box", "description": "In the Leitner Box application, you can create new flashcards and quizzes in Markdown and LaTeX format and share them with others", "version": "1.4.2", "manifest_version": 3, "background": { "service_worker": "app\/background.js" }, "action": { "default_popup": "index.html", "default_icon": { "128": "icons\/icon-128.png", "192": "icons\/icon-192.png", "512": "icons\/icon-512.png" } }, "icons": { "128": "icons\/icon-128.png", "192": "icons\/icon-192.png", "512": "icons\/icon-512.png" }, "options_ui": { "page": "index.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "app\/popup.css" ], "js": [ "app\/popup.js", "app\/content.js" ] } ], "permissions": [ "storage" ] }