Inspiration New Tab

Inspiration New Tab

Get Motivation quotes when opening a new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Inspiration New Tab",
  "description": "Get Motivation quotes when opening a new tab!",
  "manifest_version": 3,
  "version": "1.1",
  "permissions": [
    "management"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}