Save For Later - Bookmark manager

Save For Later - Bookmark manager

A simple bookmarking tool that allows you to save any web page and read it later on any device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Save For Later - Bookmark manager",
  "description": "A simple bookmarking tool that allows you to save any web page and read it later on any device.",
  "version": "6.4",
  "app": {
    "urls": [
      "http://www.SaveForLater.com/"
    ],
    "launch": {
      "web_url": "http://www.SaveForLater.com"
    }
  },
  "manifest_version": 2,
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}