Inspect and view changes in Lúnet-Força de Vendas 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": "Lúnet-Força de Vendas",
"description": "Um sistema fácil e completo para sua equipe externa de vendas.",
"default_locale": "pt_BR",
"manifest_version": 2,
"version": "0.133",
"minimum_chrome_version": "28",
"version_name": "1.5.09A",
"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",
"alarms",
"storage",
"overrideEscFullscreen",
"fullscreen",
"geolocation"
],
"kiosk_enabled": true,
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"arc_metadata": {
"apkList": [
"forcavenda20160706.apk"
],
"enableExternalDirectory": false,
"formFactor": "tablet",
"name": "Lúnet-Força de Vendas",
"orientation": "landscape",
"packageName": "com.lunet.forcavenda",
"resize": "reconfigure"
}
}