Inspect and view changes in Free Flashcard Generator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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"
}
}