United By Zero

United By Zero

A chrome extension to make shopping sustainable

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A chrome extension to make shopping sustainable",
  "version": "0.0.22",
  "name": "United By Zero",
  "manifest_version": 3,
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-34.png",
    "default_title": "Scouring the web for sustainable alternatives"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "webNavigation",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.unitedbyzero.com/*",
      "*://localhost/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiJs4FmaB/5D3bRVUBbzHB10KTgXRarDD2FmDrF1OP69PE9IND87HyM9myOfo5vBXYWp8RnSESfz/kDBtH5Xwnpa4062Ll9lzhP1fpwpqMWz/W6TXPykCB9Zt4EUEw+aUR331c18dnFfFjmVIL8W//VvlJBcXsMDIWG5omqyJ7fhUQr2YiblD8ay3h6pgAjIVXFhmb2qtpmeyhD9zrZtAasRkII1meV1qmbRe/AWuBvA/A0CEjeiThjrlQrdch7jF+SjFwICo16wqr4Y3rFJ6Fhicd+mEo5kN0yk0Wcu3+EIbjgprMie2t0gcEeVUOWaxjLqnqgl7IcGCgxriReGB6wIDAQAB"
}