Personal Development with coaching and NLP

Personal Development with coaching and NLP

Personal Development With Coaching and NLP

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Personal Development with coaching and NLP",
  "manifest_version": 2,
  "short_name": "coachingandnlp",
  "description": "Personal Development With Coaching and NLP",
  "version": "1.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_709-1503235784.png"
  },
  "icons": {
    "128": "128px_709-1503235800.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}