Internet Marketing Overview

Internet Marketing Overview

A Free 10 video course about Internet marketing Basics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Internet Marketing Overview",
  "version": "0.1",
  "manifest_version": 2,
  "description": "A Free 10 video course about Internet marketing Basics",
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "InternetMarketing128x128.png",
    "default_title": "A Free 10 video course about Internet marketing Basics",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "InternetMarketing128x128.png"
  }
}