OGame Tracker Firefox

Examine source code of OGame Tracker

Inspect and view changes in OGame Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "OGame Tracker",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "default_locale": "de",
  "version": "2024.10.19.14484",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://*.ogame.gameforge.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "views/*",
        "mdi/*",
        "ogti/*"
      ],
      "matches": [
        "https://*.ogame.gameforge.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/add-menu-item.js"
      ],
      "css": [
        "content-scripts/add-menu-item.css"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/add-notification-iframe.js"
      ],
      "css": [
        "content-scripts/add-notification-iframe.css"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "content-scripts/empire-tracking.js"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/generate-color-css-variables.js"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_start",
      "css": [
        "mdi/style.firefox.css",
        "ogti/style.firefox.css"
      ],
      "js": [
        "content-scripts/icons-everywhere.js"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/keep-service-worker-alive.js"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/message-tracking.js"
      ],
      "css": [
        "content-scripts/message-tracking.css"
      ]
    },
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/universe-and-account-tracking.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ce110eb6-2f01-4ee5-9dc3-6378e566c0fa}",
      "strict_min_version": "109.0"
    }
  }
}

Best OGame Tracker Alternatives

Here are some Firefox add-ons that are similar to OGame Tracker: