Bookmarked

Bookmarked

A bookmarks app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarked",
  "version": "0.1.3",
  "description": "A bookmarks app.",
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "homepage_url": "https://github.com/adjohnson916/chrome-bookmarked",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "permissions": [
    "bookmarks"
  ]
}