Marriott Image Fixer

Marriott Image Fixer

Fixes the 2nd image on Marriott's listings always being broken :)

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Marriott Image Fixer",
  "description": "Fixes the 2nd image on Marriott's listings always being broken :)",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://www.marriott.com/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ]
}