Add Ocean Fish to FF14 Fish Tracker

Add Ocean Fish to FF14 Fish Tracker

Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Add Ocean Fish to FF14 Fish Tracker",
  "version": "1.4",
  "description": "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App",
  "content_scripts": [
    {
      "matches": [
        "https://ff14fish.carbuncleplushy.com/"
      ],
      "run_at": "document_end",
      "js": [
        "script.js"
      ]
    }
  ]
}