{
  "name": "バッタ市場",
  "short_name": "バッタ市場",
  "description": "買った作品を交換できる、デジタル作品マーケット",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "ja",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "image/jpeg",
            "image/png",
            "image/webp",
            ".jpg",
            ".jpeg",
            ".png",
            ".webp",
            "video/*",
            "video/mp4",
            "video/webm",
            "video/quicktime",
            ".mp4",
            ".webm",
            ".mov",
            "audio/*",
            "audio/mpeg",
            "audio/mp3",
            "audio/wav",
            "audio/x-wav",
            "audio/aac",
            "audio/ogg",
            "audio/flac",
            ".mp3",
            ".wav",
            ".aac",
            ".ogg",
            ".flac",
            "text/plain",
            "application/octet-stream"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "AIから記事投稿",
      "short_name": "AI投稿",
      "description": "AIや他のアプリから記事下書きを作成",
      "url": "/ai_publish.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "id": "/"
}
