Scribble - stickies on steroids

Scribble - stickies on steroids

Dead simple note taking. With offline access and notifications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Scribble - stickies on steroids",
  "description": "Dead simple note taking. With offline access and notifications.",
  "version": "2.5.1",
  "app": {
    "urls": [
      "http://scribble.wreally.com/"
    ],
    "launch": {
      "web_url": "http://scribble.wreally.com"
    }
  },
  "offline_enabled": true,
  "permissions": [
    "notifications"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}