Dota 2 FandomWiki LayoutFix Extention

Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dota 2 FandomWiki LayoutFix Extention",
  "version": "1.1.0",
  "description": "Fixes the layout of the Dota2 FandomWiki",
  "icons": {
    "70": "./assets/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://dota2.fandom.com/*"
      ],
      "css": [
        "./lib/main.css"
      ]
    }
  ],
  "manifest_version": 3
}