Smelp

Smelp

Get Yelp information in Seamless

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smelp",
  "version": "0.2.8",
  "manifest_version": 2,
  "description": "Get Yelp information in Seamless",
  "permissions": [
    "http://www.seamless.com/",
    "http://netflixrottenizer.appspot.com/",
    "http://localhost:11090/",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.seamless.com/*"
      ],
      "js": [
        "jquery.min.js",
        "lodash.js",
        "smelp.js"
      ],
      "css": [
        "smelp.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}