Sticky Notes

Sticky Notes

Simple sticky notes utility which provides facility to make small notes of any thing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Simple sticky notes utility which provides facility to make small notes of any and every thing.",
  "manifest_version": 2,
  "name": "Sticky Notes",
  "version": "1.6resigned1",
  "homepage_url": "https://github.com/tsl143/jsDemos/",
  "icons": {
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_icon": "icons/logo_32.png",
    "default_title": "Sticky Notes",
    "default_popup": "popup/go.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-ZNhF7SMQ4LReG9MXZpxKCex4oW8@jetpack"
    }
  }
}