lino

lino

lino is an online web sticky note service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "lino",
  "description": "lino is an online web sticky note service.",
  "version": "1.0.0.1",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "*://linoit.com/",
      "http://en.linoit.com/",
      "http://ja.linoit.com/",
      "http://zh.linoit.com/",
      "http://ko.linoit.com/"
    ],
    "launch": {
      "web_url": "http://linoit.com/"
    }
  }
}