Inspect and view changes in NUMed SA 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.5",
"version_name": "1.0.4",
"offline_enabled": true,
"app": {
"background": {
"page": "app_main.html"
}
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [
{
"fileSystem": [
"write"
]
},
"unlimitedStorage",
"notifications",
"clipboardRead",
"accessibilityFeatures.read",
"https://clients2.google.com/",
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host",
"resolve-proxy"
]
},
"clipboardWrite",
"alarms",
"storage",
"geolocation"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"kiosk_enabled": true,
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"arc_metadata": {
"apkList": [
"NUMed SA_1.0.4.apk"
],
"enableExternalDirectory": false,
"formFactor": "tablet",
"name": "NUMed SA",
"orientation": "landscape",
"packageName": "com.bharatiyer.numedsa",
"resize": "disabled"
}
}