NoteTab - Save Your Thoughts

NoteTab - Save Your Thoughts

Capture your thoughts seamlessly in the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NoteTab - Save Your Thoughts",
  "author": "Notetab Builder",
  "version": "0.0.6",
  "description": "Capture your thoughts seamlessly in the new tab page",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 3
}