Thesaurus Rex

Thesaurus Rex

A well-spoken dinosaur that uncomplicates the science of extinction and climate change.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thesaurus Rex",
  "author": "Wunderman Thompson",
  "description": "A well-spoken dinosaur that uncomplicates the science of extinction and climate change.",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Thesaurus Rex",
    "default_popup": "popup.html"
  },
  "permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "soehne-breit-buch.woff",
        "soehne-breit-web-dreiviertelfett.woff",
        "loader.gif",
        "profile.png"
      ],
      "matches": []
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "main.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}