goodbuy

goodbuy

The easy button for conscious shopping!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icons/icon-white-16.png",
      "24": "/images/icons/icon-white-24.png",
      "32": "/images/icons/icon-white-32.png",
      "48": "/images/icons/icon-white-48.png",
      "96": "/images/icons/icon-white-96.png",
      "128": "/images/icons/icon-white-128.png",
      "192": "/images/icons/icon-white-192.png"
    }
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "description": "The easy button for conscious shopping!",
  "externally_connectable": {
    "matches": [
      "https://app.trygoodbuy.com/*",
      "https://test.trygoodbuy.com/*",
      "https://dev.trygoodbuy.com/*",
      "https://goodbuy.devserver.app/*"
    ]
  },
  "host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "icons": {
    "16": "/images/icons/icon-white-16.png",
    "24": "/images/icons/icon-white-24.png",
    "32": "/images/icons/icon-white-32.png",
    "48": "/images/icons/icon-white-48.png",
    "96": "/images/icons/icon-white-96.png",
    "128": "/images/icons/icon-white-128.png",
    "192": "/images/icons/icon-white-192.png"
  },
  "manifest_version": 3,
  "name": "goodbuy",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "scripting",
    "identity"
  ],
  "version": "0.4.1",
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "/js/",
        "/css/",
        "/images/*",
        "/fonts/*",
        "/html/*"
      ]
    }
  ]
}