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


{
  "name": "Brightery Website Builder",
  "short_name": "CC",
  "description": "Brightery Website Builder, Build your website by yourself for free, no experience required",
  "version": "2.2.19.5",
  "manifest_version": 2,
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [
    "notifications"
  ],
  "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"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}