Google flights,highlight boeing 737 max

Google flights,highlight boeing 737 max

Given the large number of Boeing737Max flight incidents, this extension highlights them in red to make them easier to avoid.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google flights,highlight boeing 737 max",
  "version": "0.1.0",
  "description": "Given the large number of Boeing737Max flight incidents, this extension highlights them in red to make them easier to avoid.",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.google.com/travel/*"
      ]
    }
  ]
}