FF14 The Lodestone Improve: Astrild

FF14 The Lodestone Improve: Astrild

Improve FF14 The Lodestone Blog Page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FF14 The Lodestone Improve: Astrild",
  "short_name": "Astrild",
  "version": "2.3.1",
  "description": "__MSG_appDesc__",
  "default_locale": "ja",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.finalfantasyxiv.com/lodestone/character/*/blog*",
        "https://*.finalfantasyxiv.com/lodestone/blog*"
      ],
      "css": [],
      "js": [
        "js/contentScripts.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "images/icon48.png",
    "default_title": "",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage"
  ]
}