FDC - Food Deals Combined

FDC - Food Deals Combined

Never miss a food deal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FDC - Food Deals Combined",
  "version": "1.0.1",
  "description": "Never miss a food deal",
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "background": {},
  "content_scripts": [
    {
      "matches": [
        "https://www.ubereats.com/*",
        "https://ubereats.com/*",
        "https://www.postmates.com/**",
        "https://postmates.com/*",
        "https://www.doordash.com/*",
        "https://doordash.com/*",
        "https://www.grubhub.com/*",
        "https://grubhub.com/*",
        "https://www.delivery.com/*",
        "https://delivery.com/*",
        "https://www.eatstreet.com/*",
        "https://eatstreet.com/*"
      ],
      "js": [
        "./static/js/content.js"
      ]
    }
  ],
  "permissions": []
}