Vitalcart

Vitalcart

Automatically find better-for-you groceries whenever you shop online.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vitalcart",
  "version": "0.1.31",
  "icons": {
    "16": "vitalcart16.png",
    "48": "vitalcart48.png",
    "128": "vitalcart128.png"
  },
  "description": "Automatically find better-for-you groceries whenever you shop online.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "activeTab",
    "webRequest",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "*://*.walmart.com/*",
    "*://*.target.com/*",
    "*://*.amazon.com/*"
  ]
}