BetterSN

BetterSN

BetterSN is a Chrome plugin bringing some improvements to the new Brussels Airlines booking engine. It is - for now - just a quick…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BetterSN",
  "short_name": "bettersn",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "https://tdp.brusselsairlines.com/*"
      ],
      "js": [
        "js/jQuery.js",
        "js/jquery.jeditable.mini.js",
        "js/moment-with-locales.min.js",
        "js/background.js"
      ],
      "css": [
        "css/BetterSN.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "i-calendar-legend-low.png",
    "i-calendar-legend-lower.png",
    "spr-prev-next-week.png"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}