Daily Motivation - Motivational Quotes

Daily Motivation - Motivational Quotes

Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily Motivation - Motivational Quotes",
  "version": "2.4.13",
  "description": "Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}