Wialon Apps Launcher

Wialon Apps Launcher

Wialon Apps Launcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Evgenij Spitsyn",
  "background": {
    "scripts": [
      "js/utils.js",
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/wal64.png",
    "default_popup": "popup.html",
    "default_title": "Wialon Apps Launcher"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "description": "Wialon Apps Launcher",
  "icons": {
    "48": "images/wal.png",
    "64": "images/wal64.png",
    "128": "images/wal128.png",
    "256": "images/wal256.png",
    "512": "images/wal512.png"
  },
  "manifest_version": 2,
  "name": "Wialon Apps Launcher",
  "short_name": "Apps Launcher",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "https://apps.wialon.com/*",
    "https://hosting.wialon.com/*",
    "https://hst-api.wialon.com/*",
    "https://www.google-analytics.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.4.0"
}