Motivation Monday

Motivation Monday

Monday is always a tough day, but now you can receive a motivational video. In just 30 seconds I can help you feel more motivated

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Motivation Monday",
  "manifest_version": 2,
  "short_name": "MotivationMonday",
  "description": "Monday is always a tough day, but now you can receive a motivational video.  In just 30 seconds I can help you feel more motivated",
  "version": "1.3",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_182-1502962475.png"
  },
  "icons": {
    "128": "128px_182-1502960885.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}