Bookmark managers

Bookmark managers

An easier way to manage your bookmark

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "author": "PineLink",
  "version": "1.0.3",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "bookmarks",
    "chrome://favicon/*"
  ],
  "background": {
    "persistant": false,
    "scripts": [
      "js/update-conf.js",
      "js/update.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "browser_style": true,
    "theme_icons": [
      {
        "light": "icon/16.png",
        "size": 16
      },
      {
        "light": "icon/32.png",
        "size": 32
      },
      {
        "light": "icon/48.png",
        "size": 48
      },
      {
        "light": "icon/64.png",
        "size": 64
      }
    ]
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png",
    "256": "icon/256.png"
  },
  "web_accessible_resources": [
    "favicon.ico"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}