{
  "name": "FEED SIGNAL Lite",
  "short_name": "FEED SIGNAL",
  "description": "Let people know you are safe, with just your phone.",
  "start_url": "/index.html?v=9-icon-final",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#050505",
  "lang": "ja",
  "dir": "ltr",
  "categories": [
    "utilities",
    "medical",
    "productivity"
  ],
  "icons": [
    {
      "src": "/images/icon-192.png?v=9",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png?v=9",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/maskable-icon.png?v=9",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/apple-touch-icon.png?v=9",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "I am safe",
      "short_name": "Safe",
      "description": "Create a safe status message.",
      "url": "/index.html?status=safe",
      "icons": [
        {
          "src": "/images/icon-192.png?v=9",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Need Help",
      "short_name": "Help",
      "description": "Create an emergency help message.",
      "url": "/index.html?status=help",
      "icons": [
        {
          "src": "/images/icon-192.png?v=9",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "At Shelter",
      "short_name": "Shelter",
      "description": "Create a shelter status message.",
      "url": "/index.html?status=shelter",
      "icons": [
        {
          "src": "/images/icon-192.png?v=9",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Call 119",
      "short_name": "119",
      "description": "Open FEED SIGNAL Lite and call 119 for emergencies in Japan.",
      "url": "/index.html?status=help",
      "icons": [
        {
          "src": "/images/icon-192.png?v=9",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
} 