Digital Marketing News and Advice

Digital Marketing News and Advice

Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Digital Marketing News and Advice"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "description": "Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.",
  "icons": {
    "19": "icon19.png",
    "38": "icon38.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Digital Marketing News and Advice",
  "version": "1.6",
  "background": {
    "persistent": true,
    "scripts": [
      "config.js",
      "libs/jquery.js",
      "background/index.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "notifications",
    "storage"
  ]
}