Dewey Bookmarks

Dewey Bookmarks

Dewey adds custom tags, screenshots, and smarter search to your Chrome bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dewey Bookmarks",
  "version": "4.0.0",
  "description": "Dewey adds custom tags, screenshots, and smarter search to your Chrome bookmarks.",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "app": {
    "launch": {
      "local_path": "app.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}