Amazon Whole Foods Delivery Slots Finder

Amazon Whole Foods Delivery Slots Finder

Polls for delivery slots and alerts the user if a slot is available

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon Whole Foods Delivery Slots Finder",
  "description": "Polls for delivery slots and alerts the user if a slot is available",
  "version": "0.3",
  "browser_action": {
    "default_icon": "icons/icon_24.png"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "24": "icons/icon_24.png",
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "sounds/note.mp3"
  ]
}