Genuine Delivery Finder

Genuine Delivery Finder

Find open slots for a number of grocery delivery services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Genuine Delivery Finder",
  "description": "Find open slots for a number of grocery delivery services",
  "version": "1.0",
  "browser_action": {
    "default_popup": "view/index.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "notifications",
    "<all_urls>"
  ],
  "icons": {
    "48": "./view/img/icon.png"
  }
}