Brightery Twitter Bot

Brightery Twitter Bot

Brightery Email, Ad Manager, Digital Marketing tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Brightery Twitter Bot",
  "short_name": "46",
  "description": "Brightery Email, Ad Manager, Digital Marketing tools",
  "version": "3.1.2.2",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.brightery.com https://*.facebook.com  https://ssl.google-analytics.com https://connect.facebook.net https://maps.googleapis.com; object-src 'self'",
  "web_accessible_resources": [
    "img/icons/*",
    "templates/*",
    "img/*",
    "js/*",
    "app/*"
  ],
  "permissions": [
    "background"
  ],
  "externally_connectable": {
    "matches": [
      "*://www.brightery.com/*"
    ]
  },
  "icons": {
    "16": "img/logo.png",
    "32": "img/logo.png",
    "64": "img/logo.png",
    "128": "img/logo.png"
  },
  "options_page": "index.html",
  "browser_action": {
    "default_icon": {
      "16": "img/logo.png",
      "24": "img/logo.png",
      "32": "img/logo.png",
      "128": "img/logo.png"
    },
    "default_popup": "background/popup.html"
  }
}