Deliflouz

Deliflouz

Track your spending on Deliveroo and discover personalized statistics on your consumption habits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Deliflouz",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.1",
  "manifest_version": 3,
  "icons": {
    "128": "logo128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "cookies"
  ],
  "action": {},
  "host_permissions": [
    "*://*.deliveroo.fr/*",
    "*://*.deliveroo.co.uk/*"
  ]
}