Brightery Customer Reaction

Brightery Customer Reaction

Check your customers happiness feedback and grow up your business

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Brightery Customer Reaction",
  "short_name": "43",
  "description": "Check your customers happiness feedback and grow up your business",
  "version": "2.3.0.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.brightery.com https://cdn.jsdelivr.net https://code.highcharts.com https://ssl.google-analytics.com https://connect.facebook.net https://maps.googleapis.com; object-src 'self'",
  "web_accessible_resources": [
    "img/icons/*",
    "templates/*",
    "img/*"
  ],
  "permissions": [
    "background",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "notifications"
  ],
  "externally_connectable": {
    "matches": [
      "*://www.brightery.com/*",
      "*://cdn.jsdelivr.net/*"
    ]
  },
  "icons": {
    "16": "img/logo.png",
    "32": "img/logo.png",
    "64": "img/logo.png",
    "128": "img/logo.png"
  },
  "options_page": "index.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo.png",
      "24": "img/logo.png",
      "32": "img/logo.png",
      "128": "img/logo.png"
    },
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}