Place finder

Place finder

Find any place : restaurants, hotels, cafes, establishments , museums, any points of interest around the world

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Place finder",
  "description": "Find any place : restaurants, hotels, cafes, establishments , museums, any points of interest around the world ",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.siterary.com/tools/places.html"
    ],
    "launch": {
      "web_url": "http://www.siterary.com/tools/places.html"
    }
  }
}