{
  "manifest_version": 3,
  "name": "InfoPhone Chat",
  "description": "The powerful chat and calls for building interactive Chrome extensions",
  "version": "0.3",
  "permissions": [
    "storage",
    "tabs",
    "https://app.infophone.com/"
 ],
  "content_scripts": [{
      "matches": [
          "https://app.infophone.com/"
      ],
      "js": ["content.js"]
  }],
  "action": {
      "default_icon": "infophoneLogoPng.png",
      "default_title": "InfoPhone Chat"
  },
  "background": {
      "service_worker": "background.js"
  },
  "icons": {
      "16": "infophoneLogoPng.png",
      "48": "infophoneLogoPng.png",
      "128": "infophoneLogoPng.png"
   }
  }
 
 
 