BookmarkBy

BookmarkBy

An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BookmarkBy",
  "author": "Anirban, Animesh, Ayan, Soham",
  "version": "1.0.2",
  "description": "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics",
  "icons": {
    "16": "bookmarkby_icon16.png",
    "48": "bookmarkby_icon48.png",
    "128": "bookmarkby_icon128.png"
  },
  "permissions": [
    "bookmarks",
    "chrome://favicon/",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "BookmarkBy",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}