New Tab - What have you made today?

New Tab - What have you made today?

Chrome small motivating extension for your new tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab - What have you made today?",
  "description": "Chrome small motivating extension for your new tabs.",
  "short_name": "WHYMT - New Tab",
  "version": "1.0.5",
  "author": "Tim Holman",
  "homepage_url": "https://github.com/tholman/what-have-you-made-today",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "@what-have-you-made-today",
      "strict_min_version": "54.0"
    }
  },
  "manifest_version": 2
}