Inspect and view changes in AbiTalk ABC Phonics Rhyming Bee 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": "AbiTalk ABC Phonics Rhyming Bee",
"description": "The app includes 28 different groups of rhyming words for preschool, kindergarten and first grade.",
"version": "0.0.0.1",
"manifest_version": 2,
"app": {
"urls": [
"http://www.abitalk.com/webapps/rhymingbee/",
"http://www.abitalk.com/webapps/rhymingbee/"
],
"launch": {
"web_url": "http://www.abitalk.com/webapps/rhymingbee/"
}
},
"icons": {
"128": "Icon-128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}