{
  "name": "Google Translate Plus",
  "short_name": "Translate+",
  "version": "2.0.0",
  "description": "두 언어의 입력창에서 실시간 번역을 지원하는 애플리케이션. 새로운 언어를 배우고자 하는 학습자들에게 양방향 번역 학습의 기회를 제공합니다.",
  "categories": [
    "utilities",
    "education"
  ],
  "lang": "ko",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#4285f4",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Google Translate Plus 메인 화면"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/*": [
          ".txt"
        ]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Google Translate Plus 열기",
      "url": "./",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}