{
  "name": "PDF編集アプリ",
  "short_name": "PDF編集",
  "description": "現場で使うPDF編集アプリ。パソコンにインストールして、PDFを開く既定のアプリとしても使えます。",
  "lang": "ja",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1e2229",
  "theme_color": "#1e2229",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": { "application/pdf": [".pdf"] }
    }
  ]
}
