MantiTech Firefox

Examine source code of MantiTech

Inspect and view changes in MantiTech source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MantiTech",
  "version": "0.4.0",
  "description": "QOL features for Galactic Tycoons players.",
  "homepage_url": "https://github.com/redactedaccount/mantitech",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.galactictycoons.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.galactictycoons.com/*"
      ],
      "js": [
        "injected.js"
      ],
      "world": "MAIN",
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.galactictycoons.com/*"
      ],
      "js": [
        "emoji-picker-element.js"
      ],
      "world": "MAIN",
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.galactictycoons.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.woff2",
        "update-message.txt"
      ],
      "matches": [
        "*://*.galactictycoons.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mantitech@galactictycoons",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best MantiTech Alternatives

Here are some Firefox add-ons that are similar to MantiTech: