SafeToGo

SafeToGo

Magnatech traveler tracking map

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SafeToGo",
  "description": "Magnatech traveler tracking map",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "launch": {
      "web_url": "http://safetogo.magnatech.com"
    }
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}