Wolt: I'm Feeling lucky button

Wolt: I'm Feeling lucky button

Picks a random Wolt restaurant. For when you are not sure what you want

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wolt: I'm Feeling lucky button",
  "description": "Picks a random Wolt restaurant. For when you are not sure what you want",
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "version": "0.1.3",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "160": "icons/icon-160.png"
  },
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}