Marketing Network

Marketing Network

Marketing Network offers Online Training Courses and strategies to be successful in todays competitive Digital Marketplace

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Marketing Network",
  "manifest_version": 2,
  "short_name": "marketingnetwork",
  "description": "Marketing Network offers Online Training Courses and strategies to be successful in todays competitive Digital Marketplace",
  "version": "1.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_767-1504230839.jpg"
  },
  "icons": {
    "128": "128px_767-1504230691.jpg"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}