DAI Review Manager

DAI Review Manager

Take control over your reviews!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DAI Review Manager",
  "description": "Take control over your reviews!",
  "version": "0.7.22",
  "minimum_chrome_version": "100",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "foreground.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "webRequest",
    "cookies",
    "storage"
  ],
  "oauth2": {
    "client_id": "494096900109-av9tghdsvlr7qlhjfke7p98doimkbhmo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/business.manage"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArxVV4LUOhtC+rFxJnfg+tuQKUgIkqPXS0H+gEGxddg18k7yV+iP9iNxTuZkM0aZ1fjG8eScca3uuuq9/U1HD13pnZIjXnCK7dZDdk+6UCPakw8N1MnoD6oczK8yrI2Vv06Xs6dbR2zd1/ATLwmoTBpHedz7+O7NnaxeNVCHzJyo6MdlJJ3MGa6q4ttqjAa8gDrodYxmvisEMW+6LLCI/LxSoBSVSPeMjS/J6mcY8k3YvE5uSYwVI0Krd6GMmSQuG7E67vLOZeRcOVuw8BUg1ulZ3QKauHBY9Dntf6TEkVEyjmosU6H0HYTeYs+F8xvfSkdZuzGRyM3f5nucvpbNhAwIDAQAB"
}