﻿{
  "name": "FM 스토어 매니저",
  "short_name": "FM스토어",
  "start_url": "/app/store/index.html",
  "scope": "/app/store/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#28a745",
  "icons": [
    {
      "src": "/app/store/store-192.png", 
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/app/store/store-512.png", 
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}