Leaf: Simple Notes

Leaf: Simple Notes

A simple way to create and manage individual notes quickly and efficiently.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Leaf: Simple Notes",
  "version": "1.3.3",
  "offline_enabled": true,
  "description": "A simple way to create and manage individual notes quickly and efficiently.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ]
}