MSI TechHub

MSI TechHub

Single source for helpful apps and links from MSI IT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MSI TechHub",
  "version": "5.9",
  "description": "Single source for helpful apps and links from MSI IT",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "nativeMessaging",
    "storage",
    "http://techstopapp.motorolasolutions.com/*",
    "https://techstopapp.motorolasolutions.com/*",
    "tabs",
    "windows",
    "gcm",
    "notifications",
    "identity"
  ],
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "MSI TechHub",
    "default_icon": {
      "32": "icon32.png",
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "vendor/systemjs.js",
      "vendor/OneSignal.js",
      "background/background.js"
    ],
    "persistent": false
  }
}