XIVAPI Quick Search

XIVAPI Quick Search

Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XIVAPI Quick Search",
  "version": "1.3",
  "description": "Quickly search XIVAPI.com and be taken directly to the endpoint for whichever resources match your query.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "64": "icon/64x64.png"
    }
  },
  "background": {
    "page": "background.html"
  },
  "icons": {
    "64": "icon/64x64.png"
  }
}