Teach kids about the world around them using 700+ high quality images with audio.
All of the flashcards use real images (not…
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": "Flashcards for Kids",
"version": "1.0.3",
"manifest_version": 2,
"minimum_chrome_version": "29",
"app": {
"background": {
"scripts": [
"main.js"
]
}
},
"icons": {
"128": "/images/app_icon.png"
},
"offline_enabled": false,
"permissions": [
"storage",
"https://s3-us-west-2.amazonaws.com/*"
]
}