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": "Free Flashcard Generator", "description": "Turn study material into flashcards with AI", "version": "1.2", "manifest_version": 3, "action": { "default_icon": "FFG.png" }, "side_panel": { "default_path": "index.html" }, "host_permissions": [ "https:\/\/freeflashcardgenerator.com\/api\/ai2", "https:\/\/freeflashcardgenerator.com\/api\/textToChunks" ], "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" } }