Inspect and view changes in Reading Race 1a: CVC word LITE 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": "__MSG_extName__",
"default_locale": "en",
"manifest_version": 2,
"version": "0.2",
"version_name": "1.0",
"offline_enabled": true,
"app": {
"background": {
"page": "app_main.html"
}
},
"description": "Reading Race 1a: CVC words is the first in the four-game ‘Reading Race’ series of reading apps from PLD Literacy & Learning.",
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [
"alarms",
{
"fileSystem": [
"write"
]
},
"overrideEscFullscreen",
"unlimitedStorage",
"notifications",
"storage",
"accessibilityFeatures.read",
"https://clients2.google.com/",
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host",
"resolve-proxy"
]
},
"fullscreen"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"kiosk_enabled": true,
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"arc_metadata": {
"apkList": [
"com.pld.readingrace.1afree-release 1.0(1).apk"
],
"enableExternalDirectory": false,
"formFactor": "fullscreen",
"name": "Reading Race 1a: CVC word LITE",
"orientation": "landscape",
"packageName": "com.pld.readingrace1afree",
"resize": "disabled"
}
}