Gnoteboard

Gnoteboard

Here you can make notes and organize like a wall with post-it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Gnoteboard",
  "description": "Here you can make notes and organize like a wall with post-it.",
  "version": "0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://gnoteboard.com/"
    ],
    "launch": {
      "web_url": "http://gnoteboard.com"
    }
  }
}