1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
   | {   "name": "Rocco's Blog",   "short_name": "Rocco",   "description": "An front-end engineer who loves and pursues simple.",   "start_url": "/index.html",   "theme_color": "#333",   "background_color": "#fff",   "display": "standalone",   "orientation": "portrait",   "icons": [     {       "src": "/images/icons/icon-64.png",       "sizes": "64x64",       "type": "image/png"     },     {       "src": "/images/icons/icon-128.png",       "sizes": "128x128",       "type": "image/png"     },     {       "src": "/images/icons/icon-256.png",       "sizes": "256x256",       "type": "image/png"     }   ] }
  |