Deliverate (Foursquare ratings for Deliveroo)

Deliverate (Foursquare ratings for Deliveroo)

Love ordering your favourite food on Deliveroo but overwhelmed with the choice? Worry no more! Deliverate will reorder the list…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Deliverate (Foursquare ratings for Deliveroo)",
  "short_name": "Deliverate",
  "version": "0.0.0.4",
  "browser_action": {
    "default_icon": "d.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://deliveroo.co.uk/restaurants/*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "content.js"
      ]
    }
  ]
}