Wialon HeartBeat

Wialon HeartBeat

Wialon Statistics Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/analytics.js",
      "js/utils.js",
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_popup": "popup.html",
    "default_title": "Wialon HeartBeat"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "Wialon Statistics Extension",
  "icons": {
    "28": "images/icon28.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKFb4JvVQa/c9KjMFEUF73MoGAjxGxxzKJy5JpvUrhj9KMjAjkfziIVPEX5UH0V9dA+iRNDJtP4ruXBnU9IccDSlTRNOhudfkyq5JWWyt1k8GYgCWilynXz9ltQHhHaldwU+rqpg0NJGtSuug4tdewwAvbXwDfR9wrFK5wxmfI5QIDAQAB",
  "manifest_version": 2,
  "name": "Wialon HeartBeat",
  "options_page": "options.html",
  "permissions": [
    "http://gurtam.com/",
    "http://wiapulse.spitsyn.net/",
    "storage",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7.3",
  "web_accessible_resources": [
    "images/icon48.png",
    "units.html",
    "map.html"
  ]
}