Get Motivated

Get Motivated

Let me motivate you everyday. I won't annoy you, I promise.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Rahul Kapoor",
  "short_name": "GetMotivated",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Let me motivate you everyday. I won't annoy you, I promise.",
  "homepage_url": "https://github.com/rahulkapoor90/Get-Motivated",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Get Motivated",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "version": "1.1"
}