Sports Chat App

Sports Chat App

Chat with people watching from different webpages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sports Chat App",
  "version": "0.1",
  "description": "Chat with people watching from different webpages.",
  "permissions": [
    "activeTab",
    "scripting",
    "identity"
  ],
  "oauth2": {
    "client_id": "924496003028-2fd2q01hfrs8iejt7oh6bku6ruqglm47.apps.googleusercontent.com",
    "scopes": [
      "profile"
    ]
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "public/popup.html",
    "default_width": 400,
    "default_height": 600
  },
  "web_accessible_resources": [
    {
      "resources": [
        "build/index.html",
        "build/static/css/main.9e8c4539.css",
        "build/static/js/main.5a1c29f0.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self';  object-src 'self'; connect-src 'self' https://identitytoolkit.googleapis.com https://firestore.googleapis.com"
  }
}