FeedMe

FeedMe

This extension will query for restaurants based on a cuisine or specific food.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FeedMe",
  "description": "This extension will query for restaurants based on a cuisine or specific food.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com https://maps.gstatic.com https://mts0.googleapis.com https://mts1.googleapis.com https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/ https://code.jquery.com ; object-src 'self'",
  "permissions": [
    "activeTab",
    "geolocation",
    "tabs",
    "https://maps.googleapis.com/maps/api/js?libraries=places"
  ]
}