E-food Order Tracker & Analytics

E-food Order Tracker & Analytics

Keep track of time for your e-food orders and view interesting analytics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "E-food Order Tracker & Analytics",
  "description": "Keep track of time for your e-food orders and view interesting analytics.",
  "version": "1.3.10",
  "manifest_version": 3,
  "icons": {
    "48": "./images/icons/icon-48.png",
    "128": "./images/icons/icon-128.png"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_popup": "./popup.html",
    "default_icons": {
      "48": "./images/icons/icon-48.png",
      "128": "./images/icons/icon-128.png"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "*://www.e-food.gr/",
    "*://www.e-food.gr/orders/thankyou?*",
    "*://www.e-food.gr/account/orders*"
  ]
}