Sticky Notes

Sticky Notes

Sticky Notes for your Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Sticky Notes for your Chrome.",
  "manifest_version": 2,
  "name": "Sticky Notes",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}