CMT RealTime Notifications

CMT RealTime Notifications

RealTime notifications platform for users activity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CMT RealTime Notifications",
  "version": "1.0.0.5",
  "description": "RealTime notifications platform for users activity",
  "browser_action": {
    "default_title": "",
    "default_icon": "./Assets/iconOffline.png",
    "default_popup": "offline.html"
  },
  "icons": {
    "16": "./Assets/icon.png",
    "38": "./Assets/icon.png",
    "128": "./Assets/icon.png"
  },
  "current_locale": "en",
  "devtools_page": "devtools.html",
  "externally_connectable": {
    "matches": [
      "*://*.example.com/*"
    ]
  },
  "file_system_provider_capabilities": {
    "configurable": true,
    "multiple_mounts": true,
    "source": "network"
  },
  "homepage_url": "http://cmtrading.com",
  "minimum_chrome_version": "1.0.0.5",
  "nacl_modules": [
    {
      "path": "OpenOfficeViewer.nmf",
      "mime_type": "application/vnd.oasis.opendocument.spreadsheet"
    }
  ],
  "oauth2": {
    "client_id": "665859454684.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "background": {
    "scripts": [
      "./Scripts/jquery-2.1.4.min.js",
      "./Scripts/jquery.signalR-2.4.1.min.js",
      "./Scripts/settings.js",
      "./Scripts/api.js",
      "./Scripts/background.js"
    ],
    "persistent": true
  },
  "offline_enabled": true,
  "omnibox": {
    "keyword": "aString"
  },
  "options_page": "offline.html",
  "options_ui": {
    "chrome_style": true,
    "page": "offline.html"
  },
  "permissions": [
    "background",
    "notifications",
    "activeTab",
    "tabs",
    "storage"
  ],
  "short_name": "Short Name",
  "version_name": "1.0.0.5",
  "web_accessible_resources": []
}