Beni - Your secondhand shopping assistant

Beni - Your secondhand shopping assistant

The easiest way to shop secondhand. Beni finds the best resale alternatives from across the internet in the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Beni - Your secondhand shopping assistant",
  "version": "1.1.10",
  "description": "The easiest way to shop secondhand.  Beni finds the best resale alternatives from across the internet in the click of a button.",
  "author": "Benefact(or), Inc.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://www.joinbeni.com/demo*"
      ],
      "js": [
        "content/content.js"
      ]
    },
    {
      "matches": [
        "https://www.joinbeni.com/demo*"
      ],
      "js": [
        "assets/js/getcode.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "assets/icons/green/Beni-16.png",
      "32": "assets/icons/green/Beni-32.png",
      "48": "assets/icons/green/Beni-48.png",
      "128": "assets/icons/green/Beni-128.png"
    }
  },
  "icons": {
    "16": "assets/icons/green/Beni-16.png",
    "32": "assets/icons/green/Beni-32.png",
    "48": "assets/icons/green/Beni-48.png",
    "128": "assets/icons/green/Beni-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; img-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://api.joinbeni.com https://dev-api.joinbeni.com https://image.geartrade.com https://about.kidizen.com https://www.patagonia.com https://www.latimes.com https://queenly.com https://media.gq.com https://beni-api-prod.uc.r.appspot.com https://ml.globenewswire.com/ https://appleid.apple.com/auth/token https://upload.wikimedia.org/wikipedia/commons/ https://image.pitchbook.com https://mms.businesswire.com https://mma.prnewswire.com https://luxanthropy.com https://images.garmentory.com https://cdn.theluxurycloset.com https://cf-assets-thredup.thredup.com https://shop.homeboythreads.com https://images.vestiairecollective.com https://content.thewosgroup.com https://cdn.shopify.com https://menswear-market.com https://cdn2.jomashop.com https://di2ponv0v5otw.cloudfront.net https://dtpmhvbsmffsz.cloudfront.net https://images.invergehq.com http://i2.avlws.com https://cdn-a.swap.com https://i2.avlws.com https://img-static.tradesy.com https://res.cloudinary.com https://qny.queenly.com https://itizen-production.s3.amazonaws.com  https://i.ebayimg.com  https://cdn.flightclub.com https://cdn-images.farfetch-contents.com https://process.fs.grailed.com https://media-assets.grailed.com https://ipapi.co https://gfx.productsup.io https://img.stadiumgoods.com https://image.goat.com; font-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/css/*",
        "assets/icons/*",
        "assets/image.png",
        "assets/fonts/*.*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "externally_connectable": {
    "matches": [
      "https://dev-search.joinbeni.com/*",
      "https://search.joinbeni.com/*",
      "http://localhost:8080/*"
    ]
  }
}