GPSLive GPS Tracking

GPSLive GPS Tracking

GPSLive GPS tracking platfrom from Rewire Security. Track your vehicle real time your PC or smartphone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GPSLive GPS Tracking",
  "description": "GPSLive GPS tracking platfrom from Rewire Security. Track your vehicle real time your PC or smartphone.",
  "short_name": "GPSLive GPS Tracking",
  "version": "1.0",
  "icons": {
    "128": "gpslivelogo.png"
  },
  "app": {
    "urls": [
      "http://www.gpslive.co.uk/"
    ],
    "launch": {
      "web_url": "http://www.gpslive.co.uk/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}