Inspect and view changes in Ta-tum 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": "2.04",
"version_name": "2.04",
"offline_enabled": true,
"app": {
"background": {
"page": "app_main.html"
}
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [
{
"fileSystem": [
"write"
]
},
"unlimitedStorage",
"notifications",
"clipboardRead",
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host",
"resolve-proxy"
]
},
"accessibilityFeatures.read",
"https://clients2.google.com/",
"videoCapture",
"clipboardWrite",
"identity.email",
"alarms",
"storage",
"identity",
"overrideEscFullscreen",
"fullscreen"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"kiosk_enabled": true,
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"oauth2": {
"scopes": [],
"client_id": "96699986447-28nrk39jm2t0mq1tt2kmqh6pd181g3f0.apps.googleusercontent.com"
},
"arc_metadata": {
"apkList": [
"app-Chromebook-debug.apk"
],
"enableExternalDirectory": false,
"formFactor": "maximized",
"name": "Ta-tum",
"orientation": "landscape",
"packageName": "com.oc.booklibrary",
"resize": "scale",
"stderrLog": "E",
"usePlayServices": [
"gcm",
"plus"
]
}
}