From 34ea68c146fdc29bcbd24e083f61052749151d24 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 2 May 2020 11:57:09 +0530 Subject: [PATCH] remove ugly gpay icons --- webpayments/index.html | 4 ---- webpayments/index.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/webpayments/index.html b/webpayments/index.html index e19c0cd..831b6ca 100644 --- a/webpayments/index.html +++ b/webpayments/index.html @@ -221,14 +221,10 @@

Google Pay's Web Manifest

Not part of the webpayments spec

URL: https://pay.google.com/gp/p/web_manifest.json

-

{
   "short_name": "Google Pay",
   "name": "Google Pay",
   "icons": [{
-    "src": "https://www.gstatic.com/instantbuy/icons/gpay_24.png",
-    "sizes": "24x24"
-  },{
     "src": "https://www.gstatic.com/instantbuy/icons/gpay_32.png",
     "sizes": "32x32"
   }],
diff --git a/webpayments/index.md b/webpayments/index.md
index f5fcc62..1c3d937 100644
--- a/webpayments/index.md
+++ b/webpayments/index.md
@@ -259,16 +259,12 @@ any third party is allowed to support the payment method.
 
 URL: `https://pay.google.com/gp/p/web_manifest.json`
 
-![](https://www.gstatic.com/instantbuy/icons/gpay_32.png)
 
 ```json
 {
   "short_name": "Google Pay",
   "name": "Google Pay",
   "icons": [{
-    "src": "https://www.gstatic.com/instantbuy/icons/gpay_24.png",
-    "sizes": "24x24"
-  },{
     "src": "https://www.gstatic.com/instantbuy/icons/gpay_32.png",
     "sizes": "32x32"
   }],