Examine source code of TypeLingo

Inspect and view changes in TypeLingo 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",
  "manifest_version": 3,
  "name": "TypeLingo",
  "author": "Nowam",
  "description": "Duolingo typing restored! Get back the ability to type your responses.",
  "version": "1.1.6",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://*.duolingo.com/*",
    "https://d35aaqx5ub95lt.cloudfront.net/*",
    "https://firebasestorage.googleapis.com/*"
  ],
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}