Rediscover and Share the Web - Deckr

Rediscover and Share the Web - Deckr

The Ultimate Social Bookmark Manager. With a secure offline AI chat and more. More new features on the way!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rediscover and Share the Web - Deckr",
  "version": "1.4.2.402",
  "version_name": "1.4.2.402",
  "manifest_version": 3,
  "description": "The Ultimate Social Bookmark Manager. With a secure offline AI chat and more. More new features on the way!",
  "chrome_url_overrides": {
    "newtab": "new_tab_page.html"
  },
  "background": {
    "service_worker": "js/background_service.js"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "topSites",
    "history",
    "favicon"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "commands": {
    "add-bookmark": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Save current tab to Deckr."
    },
    "open-find-dialog": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Open Find dialog in Deckr."
    }
  },
  "icons": {
    "16": "icons/favicon.png",
    "32": "icons/app_icon_32.png",
    "64": "icons/app_icon_64.png",
    "128": "icons/app_icon_128.png",
    "256": "icons/app_icon_256.png",
    "512": "icons/app_icon_512.png",
    "1024": "icons/app_icon_1024.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/favicon.png",
      "32": "icons/favicon.png"
    },
    "default_title": "Add to Inbox"
  }
}