Ogame Fleet Counter

Ogame Fleet Counter

No more asking your friends to spy and tell you your fleet points!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Ogame Fleet Counter",
  "short_name": "OFC",
  "description": "No more asking your friends to spy and tell you your fleet points!",
  "version": "4.6",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.ogame.gameforge.com/game/index.php?page=ingame&component=shipyard*"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "skin/style.css"
      ],
      "js": [
        "js/fleet.js"
      ],
      "matches": [
        "https://*.ogame.gameforge.com/game/index.php?page=highscore*"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{17d916d6-8eff-4ae8-863e-e20e55227d26}"
    }
  }
}