Grepolis Report Converter Revolution Tools

Grepolis Report Converter Revolution Tools

The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "GRCRT",
  "version": "5.4.3",
  "manifest_version": 3,
  "default_locale": "pl",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.grepolis.com/game/*",
        "https://*.grepolis.com/game/*"
      ],
      "js": [
        "GrepolisReportConverterV2_full.user.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "GrepolisReportConverterV2.user.js"
      ]
    }
  ]
}