﻿{
  "name": "ASP-Service",
  "short_name": "ASP-Service",
  "description": "홈 화면에 추가되는 앱",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#317EFB",
  "icons": [
    {"src": "/icons/icon-192.png","sizes": "192x192","type": "image/png"},
    {"src": "/icons/icon-512.png","sizes": "512x512","type": "image/png"}
  ]
}