{
  "manifest_version": 3,
  "name": "Clearsquare.co",
  "version": "1.0",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1smqhQKBc2LfjEag39QvKE5q4o763oU21i/C6kgmmH90/vWpPlcnQQCTH/rOQeHa+ezyQVofwRrL7A3tR9vsCd9ruAr2mj5boPK2scHI4tbVDuPKfVP4ROPA+LxdQobLqZW0nJIkRRX5S7LjJ7TFYDLI1OprN7PdFrhdNJVjxLvnpUuMmBNidh14KPDezFDQm0umHv0c+ye8ETe5xWIvgCcqkDhWHFfQCAxSmWWqjieiGtusPnlizRXnOWtc1pEw3Ua1iTUzsz8Jzh5Lp5HRUzDk10iSgmNxVwsRROEfEchp/iUelITMN+obY63exda9EPRWi2Ctl+UzMZdkS70egQIDAQAB",
  "description": "We empower organizations to make informed decisions through well designed reporting, analytics, and engineering.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "sidePanel"
  ],
  "action": {
    "default_title": "Open side panel"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}