Travco (beta)

Travco (beta)

Connector between a MMO browser game Travian and Travco which offers wide variety of tools used by the players of Travian.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "travco",
  "author": "bartholomej",
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "24": "images/icon-24.png",
      "32": "images/icon-32.png",
      "128": "images/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "host_permissions": [
    "https://*.travcotools.com/",
    "https://*.travian.com/"
  ],
  "permissions": [
    "storage",
    "notifications"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.travian.com/*"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "app.bundle.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "manifest_version": 3,
  "version": "0.4.0",
  "update_url": "https://clients2.google.com/service/update2/crx"
}