Inspect and view changes in GPS Online 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": "http://clients2.google.com/service/update2/crx",
"name": "GPS Online",
"description": "GPS Online - Planificator Rute - Calculeaza care sunt cele mai scurte rute dintre doua localitati din Romania sau din Europa.",
"version": "1",
"manifest_version": 2,
"icons": {
"128": "map_app.png"
},
"app": {
"urls": [
"http://gps-online.webshow.ro/"
],
"launch": {
"web_url": "http://gps-online.webshow.ro/"
}
}
}