Weebly Dashboard Extension

Weebly Dashboard Extension

With one click, check your site stats, edit your site, and check for new blog comments & form submissions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "version": "1.2.2",
  "permissions": [
    "tabs",
    "background",
    "webRequest",
    "webRequestBlocking",
    "alarms",
    "*://*.weebly.com/*",
    "*://fonts.googleapis.com/*"
  ],
  "default_locale": "en",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "static/img/icon_19.png",
      "38": "static/img/icon_38.png",
      "48": "static/img/icon_48.png",
      "128": "static/img/icon_128.png"
    },
    "default_title": "__MSG_ext_title__"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "icons": {
    "48": "static/img/icon_48.png",
    "128": "static/img/icon_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}