Notty Notes

Notty Notes

One of The Best Sticky Notes For Your Broswer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notty Notes",
  "version": "1.6",
  "manifest_version": 2,
  "description": "One of The Best Sticky Notes For Your Broswer",
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "icons": {
    "16": "assets/32.png",
    "32": "assets/32.png",
    "48": "assets/48.png",
    "128": "assets/128.png",
    "256": "assets/256.png"
  },
  "permissions": [
    "unlimitedStorage",
    "contextMenus",
    "tabs"
  ]
}