Ogame Infinity

Ogame Infinity

OGI - To Ogame's infinity and beyond!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ogame Infinity",
  "version": "2.4.3",
  "manifest_version": 2,
  "description": "OGI - To Ogame's infinity and beyond!",
  "homepage_url": "https://ogameinfinity.com",
  "content_scripts": [
    {
      "exclude_matches": [
        "https://*.ogame.gameforge.com/game/admin2/*"
      ],
      "matches": [
        "https://*.ogame.gameforge.com/game/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "global.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "ogkush.js",
    "libs/*",
    "assets/*",
    "util/*",
    "ctxpage/*",
    "ctxcontent/*"
  ],
  "browser_action": {
    "default_title": "Ogame Infinity",
    "default_icon": {
      "32": "assets/images/logo128.png"
    }
  },
  "icons": {
    "32": "assets/images/logo128.png",
    "128": "assets/images/logo128.png",
    "256": "assets/images/logo512.png",
    "512": "assets/images/logo512.png"
  },
  "permissions": [
    "storage",
    "https://*.ogame.gameforge.com/game/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{082ec2d7-1c60-4c98-808e-bafd9c33d5ea}"
    }
  }
}