Ringostat Smart Phone

Ringostat Smart Phone

Smart telephone and sales rep’s analytical assistant right in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ringostat Smart Phone",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.82",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "logo_16x16.png",
    "32": "logo_32x32.png",
    "128": "logo_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "https://meet.google.com/*"
      ],
      "run_at": "document_idle",
      "all_frames": false,
      "js": [
        "content.js"
      ],
      "css": [
        "static/awd.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "favicon.ico",
    "default_title": "Ringostat Smart Phone"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "/*"
  ],
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://app.ringostat.com; object-src 'self'",
  "manifest_version": 2
}