Motivation?

Motivation?

New tab extension inspired by the Motivation extension. Counts down not up.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Motivation?",
  "description": "New tab extension inspired by the Motivation extension. Counts down not up.",
  "version": "0.2",
  "permissions": [
    "activeTab",
    "http://gosset.wharton.upenn.edu/",
    "https://ajax.googleapis.com/"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}