CerraPoints

CerraPoints

CerraPoints, an extension of our spot reward and recognition platform owned by Rewardz Pvt Ltd

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CerraPoints",
  "description": "CerraPoints, an extension of our spot reward and recognition platform owned by Rewardz Pvt Ltd",
  "version": "1.0.0",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "/css/styles.css"
      ],
      "js": []
    }
  ],
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/pwa/index.html"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "19": "img/icon.png",
      "38": "img/icon.png"
    }
  }
}