Quick Notes

Quick Notes

Create and check notes quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quick Notes",
  "description": "Create and check notes quickly",
  "version": "1.2.4",
  "manifest_version": 3,
  "icons": {
    "48": "img/icon.png"
  },
  "action": {
    "default_icon": "img/icon.png",
    "default_title": "Quick Notes",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  }
}