Wedge Shopper: Sustainable Fashion Assistant

Wedge Shopper: Sustainable Fashion Assistant

Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wedge Shopper: Sustainable Fashion Assistant",
  "description": "Shop sustainably! Our extension shows reliable fashion sustainability ratings, empowering informed purchases.",
  "version": "0.0.2.2",
  "manifest_version": 3,
  "icons": {
    "16": "img/WedgeWE.png",
    "32": "img/WedgeWE.png",
    "48": "img/WedgeWE.png",
    "128": "img/WedgeWE.png"
  },
  "oauth2": {
    "client_id": "1096894187862-ulmlrmir4jsu66t6j3dkuq4rg5epr043.apps.googleusercontent.com",
    "scopes": [
      "profile email"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnX5MRSKFPVYNzhck9yOOuAfZ23luq75MgT4rDRHHWkgg4HJetw8HvT7CqHxs+OGVMaS7dQ9XA0IV/52Vdf8T6oChTNA99pDyAoL6d1Ug9eLCzEzKzBRWwCqnOE69QJ70NGE3VQosLee0dO2ppqLl+UDnDSlgf7F0GkS+nUNL/Ta8K8ACTzPd8Ril/wFIcDyIsFpKyIul2EMKLrNtEm7v3zju0l6L1iRT+jdc1qUdbltSPpWZHrkPwNH+YSQF3VrGbom4FtQVU28+hzL1bf1a2XOeP+TNbBOag+Bg6CO5yGNbDlpDNw8xmb/weVcWqwcjFdwMh/kDISwNwb2nHG6w5QIDAQAB",
  "action": {
    "default_icon": "img/RegularLogo.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-234ba291.0963c762.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/contentScript.jsx.95ace9c9.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/*.png",
        "img/*.png",
        "Fonts/*.ttf"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-68978448.js",
        "assets/chunk-234ba291.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "http://localhost:3000/*"
  ]
}