Listango Bookmark Manager

Listango Bookmark Manager

A simple bookmarking tool that makes it easy to save, organize and share your favorite web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Listango Bookmark Manager",
  "description": "A simple bookmarking tool that makes it easy to save, organize and share your favorite web pages. ",
  "version": "1.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "app_icon.png"
  },
  "app": {
    "urls": [
      "https://www.listango.com/"
    ],
    "launch": {
      "web_url": "https://www.listango.com/"
    }
  }
}