Cliarly: AI læse- og skriveværktøj

Cliarly: AI læse- og skriveværktøj

Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cliarly: AI læse- og skriveværktøj",
  "version": "1.5.10",
  "description": "Opnå dit fulde potentiale og brug Cliarly til at blive en mere effektiv læser.",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "file://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-cabb8ce3.js"
      ],
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "public/icons/icon16.png",
    "32": "public/icons/icon32.png",
    "48": "public/icons/icon48.png",
    "128": "public/icons/icon128.png"
  },
  "commands": {
    "read_selectet": {
      "suggested_key": {
        "default": "Alt+Q",
        "windows": "Alt+Q",
        "mac": "Alt+Q",
        "chromeos": "Alt+Q",
        "linux": "Alt+Q"
      },
      "description": "Læs den markerede tekst"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "public/svg/*",
        "src/assets/css/*",
        "displayPdf.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chromeStorage-f2435ece.js",
        "assets/content.ts-c8c7e087.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.cliarly.com/*?fromExtension=true*"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  }
}