Brightery Website Builder

Brightery Website Builder

Brightery Website Builder, Build your website by yourself for free, no experience required

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Brightery Website Builder",
  "short_name": "BWB",
  "description": "Brightery Website Builder, Build your website by yourself for free, no experience required",
  "version": "2.2.19.6",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.brightery.com 'self'",
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [],
  "externally_connectable": {
    "matches": [
      "https://*.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"
  }
}