Find Restaurants

Find Restaurants

An app to find restaurants near to you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find Restaurants",
  "description": "An app to find restaurants near to you",
  "version": "0.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "sandbox": {
    "pages": [
      "merda.html"
    ]
  },
  "permissions": [
    "geolocation"
  ]
}