Sticky Notes

Sticky Notes

Simple and light weight Sticky Notes App. To remind your works

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sticky Notes",
  "short_name": "Sticky",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "Simple and light weight Sticky Notes App. To remind your works",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "256": "icon.png"
  }
}