Google Voice for PC version - New Tab BG

Google Voice for PC version - New Tab BG

Google Voice for PC Extention provides you customized background to your new tab For Google Voice lovers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Voice for PC version - New Tab BG",
  "description": "Google Voice for PC Extention provides you customized background to your new tab For Google Voice lovers.",
  "version": "1.2",
  "homepage_url": "https://googlevoiceforpc.blogspot.com/",
  "chrome_url_overrides": {
    "newtab": "newimg.html"
  },
  "icons": {
    "16": "ggg/icon.png",
    "48": "ggg/icon.png",
    "128": "ggg/icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}