Self Development Journal

Self Development Journal

The Self Growth Journal can help you change your life in 30 days

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Self Development Journal",
  "manifest_version": 2,
  "short_name": "Journal",
  "description": "The Self Growth Journal can help you change your life in 30 days",
  "version": "1",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_182-1503358203.png"
  },
  "icons": {
    "128": "128px_182-1503358224.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}