German Noun Genders

German Noun Genders

Get a German Noun and its Gender whenever you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "German Noun Genders",
  "version": "0.0.4",
  "default_locale": "en",
  "description": "Get a German Noun and its Gender whenever you open a new tab",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  }
}