Examine source code of Teto: Estonian Language Companion

Inspect and view changes in Teto: Estonian Language Companion source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Teto: Estonian Language Companion",
  "description": "Teto makes it easy to learn Estonian by defining unfamiliar words while reading articles.",
  "version": "3.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "32": "icons/32.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-BO0yBtOu.js",
        "assets/webcomponents-sd-ce.js-loader-Di3DHj7p.js"
      ],
      "matches": [
        "http://*.ee/*",
        "https://*.ee/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/index-R6-MXJTD.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*.ee/*",
        "https://*.ee/*"
      ],
      "resources": [
        "img/emoji-u1fae0.png",
        "assets/chunk-INBorF2m.js",
        "assets/chunk-B2-h3FdF.js",
        "assets/chunk-CsT9pne4.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.teto.ee/*"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmPs48bv+y6sBCraLer/VM36zuERxVY2ZzF6aznayMdrO7xkKRPu+4SO5tSmMptjogZYKvsK75rEerkgBlzHMgdnhCseVEqg+iQ41CSmoN9lqPyJlI757OaqDVKmtDB7O790KbVXprqjJe331uvNNEbV/PH2ddht6QdlAGq6mzVTa1Ch4+PxDiiB/jMp8V24AUjuOeRk+78vuG8ZXe5XuH+zlYH34SxN62nIySTB4rhbQwCQJK7uIsd1aAAx/d0mmJ8LlEL44RhP++3toXZi8+BCCcCK9ZQLTm/D5AdyTNR6TVfZv+at1C5TQKi4/aG6hv80YFvJK9nPSJn3qB7w9nQIDAQAB"
}