Yotpo Backoffice

Yotpo Backoffice

Guarenteed to make your life better!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Yotpo Backoffice",
  "description": "Guarenteed to make your life better!",
  "version": "1.9.2",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Yotpo Backoffice",
    "default_icon": "icon.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://cdn-widgetsrepository.yotpo.com/v1/loader/*",
    "https://widgetsrepository-service-default.yotpo.xyz/*",
    "https://loyalty.yotpo.com/api/public/v1/*",
    "https://orders-v3-api-default.yotpo.xyz/*",
    "https://api.yotpo.com/*",
    "https://api-cdn.yotpo.com/*",
    "https://cdn-ui-assets.yotpo.com/*",
    "http://cdn-ui-assets.yotpo.com/*",
    "http://cdn-ui-assets.yotpo.com/*",
    "http://*/",
    "https://*/",
    "<all_urls>"
  ]
}