Explore nearby places for Airbnb

Explore nearby places for Airbnb

Explore must-see places around your Airbnb listing, see exact distance with a short description of popular attractions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Explore nearby places for Airbnb",
  "version": "2.0.1",
  "description": "Explore must-see places around your Airbnb listing, see exact distance with a short description of popular attractions.",
  "background": {
    "scripts": [
      "init.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.2.min.js",
        "lightslider.js",
        "background.js"
      ],
      "css": [
        "customStyles.css",
        "lightslider.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}