Step One With Focus

Step One With Focus

A daily reminder to take a step towards your goals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Step One With Focus",
  "version": "1.0",
  "description": "A daily reminder to take a step towards your goals.",
  "author": "yangtheeight",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}