Ogame Fast expeditions

Ogame Fast expeditions

A faster way to send expeditions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://*.ogame.gameforge.com/game/index.php?page=ingame&component=fleetdispatch*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/jquery.js",
        "js/tel.js"
      ],
      "matches": [
        "https://*.ogame.gameforge.com/game/index.php?page=*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/jquery.js",
        "js/lobby.js"
      ],
      "matches": [
        "https://lobby.ogame.gameforge.com/",
        "https://lobby.ogame.gameforge.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "A faster way to send expeditions!",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Ogame Fast expeditions",
  "short_name": "ofe",
  "version": "1.8",
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "js/injected.js"
      ]
    }
  ]
}