AirBnB Non-Smoking Filter

AirBnB Non-Smoking Filter

This extension will provide a button on all search results, allowing for one-click detection of smoking policy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AirBnB Non-Smoking Filter",
  "description": "This extension will provide a button on all search results, allowing for one-click detection of smoking policy",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.airbnb.com/s/*"
      ],
      "js": [
        "smoking-not-allowed.js"
      ]
    }
  ]
}