Tilder - Your AI reading assistant

Tilder - Your AI reading assistant

Get the information you want faster by using Tilder to read anything at a level of depth you choose.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tilder - Your AI reading assistant",
  "description": "Get the information you want faster by using Tilder to read anything at a level of depth you choose.",
  "version": "1.3.7",
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://www.tilder.ai/",
    "https://api.tilder.ai/"
  ],
  "action": {
    "default_title": "Tilder: Alt + Shift + S"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      }
    }
  },
  "options_page": "options/index.html",
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost/*",
        "https://*.tilder.ai/*"
      ],
      "resources": [
        "img/logo-16.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "pdfWorker.bundle.js"
      ],
      "use_dynamic_url": false
    }
  ]
}