NewSelfHelp

NewSelfHelp

The blog is all about self help and personal development

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewSelfHelp",
  "manifest_version": 2,
  "short_name": "NewSelfHelp",
  "description": "The blog is all about self help and personal development",
  "version": "1",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_1240-1506097956.png"
  },
  "icons": {
    "128": "128px_1240-1506097964.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}