Google Hangouts

Google Hangouts

Hangouts brings conversations to life with photos, emoji, and even group video calls for free.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_CHROME_HANGOUTS_SHORT_NAME__",
  "version": "2022.407.1237.1",
  "manifest_version": 2,
  "default_locale": "en",
  "minimum_chrome_version": "53.0.0.0",
  "icons": {
    "48": "images_5/icon_48.png",
    "128": "images_5/icon_128.png"
  },
  "externally_connectable": {
    "ids": [],
    "matches": [
      "https://*.google.com/*"
    ]
  },
  "description": "__MSG_CHROME_EXT_DESCRIPTION__",
  "background": {
    "scripts": [
      "scripts/main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images_5/icon_unavailable_16.png",
      "22": "images_5/icon_unavailable_22.png",
      "24": "images_5/icon_unavailable_24.png",
      "32": "images_5/icon_unavailable_32.png",
      "44": "images_5/icon_unavailable_44.png"
    },
    "default_title": "__MSG_CHROME_HANGOUTS_SHORT_NAME__"
  },
  "content_security_policy": "script-src 'self' https://*.google.com https://feedback.googleusercontent.com https://www.gstatic.com https://*.google.com:*/; img-src 'self' data: https://ssl.gstatic.com; object-src 'self'",
  "permissions": [
    "alarms",
    "background",
    "cookies",
    "idle",
    "notifications",
    "storage",
    "system.display",
    "tabs",
    "*://*.google.com/*"
  ],
  "system_indicator": {
    "default_icon": {
      "16": "images_5/icon_unavailable_16.png",
      "22": "images_5/icon_unavailable_22.png",
      "24": "images_5/icon_unavailable_24.png",
      "32": "images_5/icon_unavailable_32.png",
      "44": "images_5/icon_unavailable_44.png"
    }
  },
  "web_accessible_resources": [
    "*"
  ]
}