New Tab Goals

New Tab Goals

Your goals on every 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": "New Tab Goals",
  "version": "1.1.1",
  "author": "Johnson Fung",
  "short_name": "New Tab Goals",
  "description": "Your goals on every new tab.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "graphics/icons/icon-16x16.png",
    "48": "graphics/icons/icon-48x48.png",
    "128": "graphics/icons/icon-128x128.png"
  }
}