Blogely content marketing software

Blogely content marketing software

All-in-one content marketing application that helps to grow your business

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blogely content marketing software",
  "short_name": "Blogely",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "All-in-one content marketing application that helps to grow your business",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "*://*.google.com/*",
    "cookies",
    "http://*/",
    "https://*/",
    "https://ajax.googleapis.com/",
    "http://*/*",
    "https://*/*",
    "background"
  ],
  "content_scripts": [
    {
      "js": [
        "/scripts/jquery-1.12.4.min.js",
        "/scripts/popup.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://*.chromiumapp.org/*"
    ],
    "ids": [
      "*"
    ],
    "accepts_tls_channel_id": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "Blogely",
    "default_popup": "pages/popup.html"
  }
}