George's Notes Tab

George's Notes Tab

New tabs become a notepad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://github.com/gth001/George-s-Notes-Tab-Extension",
  "icons": {
    "16": "icons/ext/16.png",
    "32": "icons/ext/32.png",
    "48": "icons/ext/48.png",
    "128": "icons/ext/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0"
}