Prodsmart

Prodsmart

Prodsmart helps manufacturers and fabricators to track shop floor activity and achieve paperless production through mobile and IIoT.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prodsmart",
  "description": "Prodsmart helps manufacturers and fabricators to track shop floor activity and achieve paperless production through mobile and IIoT.",
  "version": "1.0.2",
  "icons": {
    "128": "images/prod128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "cookies",
    "https://app.prodsmart.com/*"
  ],
  "browser_action": {
    "default_popup": "prodsmart.html",
    "default_icon": "images/prodsmart-icon-16.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.prodsmart.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}