Google Home App For PC - Windows and Mac

Google Home App For PC - Windows and Mac

To Download and Install Google Home App For PC (Windows 10/8/7/Vista/XP or Mac), Visit Offered by website link on this page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "Google Home App For PC - Windows and Mac",
  "description": "To Download and Install Google Home App For PC (Windows 10/8/7/Vista/XP or Mac), Visit Offered by website link on this page.",
  "offline_enabled": true,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "128": "icon/128.png"
    }
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}