OGame Fleet Tool

OGame Fleet Tool

Enhance your OGame for faster mining

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OGame Fleet Tool",
  "version": "0.56",
  "description": "Enhance your OGame for faster mining",
  "icons": {
    "16": "img/icon16_.png",
    "32": "img/icon32_.png",
    "48": "img/icon48_.png",
    "64": "img/icon64_.png",
    "128": "img/icon128_.png"
  },
  "content_scripts": [
    {
      "js": [
        "78537.user.js"
      ],
      "matches": [
        "http://*.ogame.gameforge.com/game/index.php?page=*",
        "https://*.ogame.gameforge.com/game/index.php?page=*"
      ]
    }
  ]
}