CargoSense

CargoSense

CargoSense is a data and analytics service that provides total visibility for shipped goods for the healthcare industry. The…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "permissions": [
    "https://*.dev/",
    "http://*.cargosense.com/",
    "https://*.cargosense.com/",
    "serial",
    {
      "fileSystem": [
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "system.storage",
    "management"
  ],
  "name": "CargoSense",
  "version": "1.1.0",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  }
}