Code Central by NS Learn to Make Money Online

Code Central by NS Learn to Make Money Online

Code Central by NS is a blogging website covering everything related to Web Development and Internet Marketing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Code Central by NS Learn to Make Money Online",
  "manifest_version": 2,
  "short_name": "codecentralbyns",
  "description": "Code Central by NS is a blogging website covering everything related to Web Development and Internet Marketing ",
  "version": "1.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_1013-1503313764.png"
  },
  "icons": {
    "128": "128px_1013-1503313782.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}