Travian Crop Tool (free)

Travian Crop Tool (free)

Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.0",
  "name": "Travian Crop Tool (free)",
  "content_security_policy": "script-src 'self' https://apis.google.com https://cdnjs.cloudflare.com https://www.gstatic.com; object-src 'self'",
  "description": "Track your Travian main (or World Wonder) village resource productions and resources/attacks coming from other villages.",
  "icons": {
    "16": "images/wheat_60.png",
    "48": "images/wheat_60.png",
    "128": "images/wheat_60.png"
  },
  "browser_action": {
    "default_icon": "images/wheat_60.png",
    "default_popup": "hello.html"
  },
  "web_accessible_resources": [
    "images/bg.png"
  ],
  "permissions": [
    "https://wwtool.live/*",
    "https://*.travian.com/*"
  ]
}