OfferUp: Buy. Sell. Letgo.

OfferUp: Buy. Sell. Letgo.

Buy. Sell. Letgo. - OfferUp and Letgo are now one big mobile marketplace. OfferUp App Find great deals and discounts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OfferUp: Buy. Sell. Letgo.",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Buy. Sell. Letgo. - OfferUp and Letgo are now one big mobile marketplace. OfferUp App Find great deals and discounts.",
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://offerup-app.blogspot.com/*"
  ],
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "app.html"
  }
}