FFLogs to XIVAnalysis

FFLogs to XIVAnalysis

Export the current FFLogs page directly to XIVAnalysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FFLogs to XIVAnalysis",
  "description": "Export the current FFLogs page directly to XIVAnalysis.",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "128": "/icon128.png"
    }
  },
  "icons": {
    "128": "/icon128.png"
  }
}