Dofus Hunt Tools

Dofus Hunt Tools

Provides additional functionality to the Dofus Treasure Hunt Website, making hunts easier and faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.7.2",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "content_scripts": [
    {
      "css": [
        "css/toggle-switch.css",
        "css/autocomplete.css",
        "css/tooltip.css",
        "css/style.css"
      ],
      "matches": [
        "https://dofus-map.com/hunt",
        "https://dofus-map.com/*/hunt"
      ],
      "js": [
        "js/fasttravel.js",
        "js/hidead.js",
        "js/pastepos.js",
        "js/autocomplete.js",
        "js/tooltip.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon16x16.png",
      "32": "images/icon32x32.png",
      "96": "images/icon96x96.png",
      "128": "images/icon128x128.png"
    },
    "default_title": "Dofus Hunt Fast Travel"
  },
  "icons": {
    "16": "images/icon16x16.png",
    "32": "images/icon32x32.png",
    "96": "images/icon96x96.png",
    "128": "images/icon128x128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  }
}