LOE

LOE

Past Prices Paid on Amazon Products including Groceries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "LOE",
  "description": "Past Prices Paid on Amazon Products including Groceries",
  "version": "1.1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "options_page": "vue/dist/index.html",
  "action": {
    "default_popup": "vue/dist/index.html#/popup?noheader=1&nofooter=1"
  },
  "icons": {
    "16": "/icon-16x16.png",
    "32": "/icon-32x32.png",
    "192": "/icon-192x192.png",
    "256": "/icon-256x256.png",
    "384": "/icon-384x384.png",
    "512": "/icon-512x512.png"
  },
  "minimum_chrome_version": "92",
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.amazon.com/",
    "*://*.june07.com/"
  ],
  "version_name": "1.1.5",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}