Smart Notes

Smart Notes

browser based sticky notes 🔥

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Smart Notes",
  "author": "Neeraj Dana",
  "version": "1.0.7",
  "description": "browser based sticky notes 🔥",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://*.smartcodehub.com; object-src 'self'"
}