Notepad+

Notepad+

Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notepad+",
  "short_name": "NP+",
  "version": "2.0.0.3",
  "manifest_version": 3,
  "action": {
    "default_icon": "notesLogo.png",
    "default_title": "Notepad+",
    "default_popup": "notepad+.html"
  },
  "icons": {
    "16": "notesLogo.png",
    "48": "notesDispaly.png",
    "128": "notesicon.png"
  }
}