TypeLingo

TypeLingo

Duolingo typing restored! Get back the ability to type your responses.

Additional files are visible only to premium users

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.5",
  "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"
  },
  "action": {
    "default_popup": "/popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}