TLDR: AI dictionary

TLDR: AI dictionary

A convenient AI-powered dictionary

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TLDR: AI dictionary",
  "description": "A convenient AI-powered dictionary",
  "version": "1.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "tldr"
  },
  "icons": {
    "16": "tldr.png",
    "48": "tldr.png",
    "128": "tldr.png"
  },
  "host_permissions": [
    "https://us-central1-tldr-958f7.cloudfunctions.net/tldr"
  ]
}