NEW TAB NOTE

NEW TAB NOTE

NEW TAB NOTE is new tab extension for notes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_Name__",
  "version": "2.8.1",
  "description": "__MSG_Description__",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "assets/images/icon.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newTabNote.html"
  },
  "icons": {
    "48": "assets/images/icon.png"
  },
  "manifest_version": 3,
  "default_locale": "en"
}