Quickie - Sticky Notes

Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quickie - Sticky Notes",
  "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "128note.png",
    "default_popup": "HTMLEditor.html"
  },
  "offline_enabled": true,
  "author": "Merbin Joe",
  "homepage_url": "http://www.allinworld99.blogspot.com",
  "short_name": "Sticky Notes",
  "icons": {
    "16": "128note.png",
    "48": "128note.png",
    "128": "128note.png"
  },
  "manifest_version": 2
}