Vetted AI: Your Shopping Agent

Vetted AI: Your Shopping Agent

Vetted investigates price history, product reviews, brand reputation, and more so you don’t have to

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Vetted AI: Your Shopping Agent",
  "short_name": "Vetted AI: Your Shopping Agent",
  "description": "Vetted investigates price history, product reviews, brand reputation, and more so you don’t have to",
  "version": "4.0.1",
  "permissions": [
    "storage",
    "*://lustre.ai/*",
    "*://vetted.ai/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": false,
      "match_about_blank": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dogEar/dogEar.js"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "storeVisits/storeVisits.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "match_about_blank": false
    },
    {
      "all_frames": true,
      "matches": [
        "*://*.slant.co/*",
        "*://*.lustre.ai/*",
        "*://*.vetted.ai/*"
      ],
      "js": [
        "browserMessages/browserMessages.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://cdn.rudderlabs.com; object-src 'self'",
  "browser_action": {
    "default_title": "Vetted"
  },
  "web_accessible_resources": [
    "assets/images/icons/*.svg",
    "assets/images/placeholder-badge.svg",
    "assets/images/logo-load-in.gif",
    "dogEar/dogEar.css",
    "*.json"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.slant.co/*",
      "*://*.reefpig.com/*",
      "*://*.lustre.ai/*",
      "*://*.vetted.ai/*",
      "*://127.0.0.1/*",
      "*://localhost/*"
    ]
  },
  "icons": {
    "16": "assets/images/logo-16.png",
    "48": "assets/images/logo-48.png",
    "128": "assets/images/logo-128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f9bcce0-80fe-4076-b8b1-988a81152068}"
    }
  }
}