Sticky Notes Tab

Sticky Notes Tab

Simply use sticky notes on every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sticky Notes Tab",
  "version": "1.2.0",
  "description": "Simply use sticky notes on every new tab",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {},
  "background": {
    "service_worker": "scripts/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}