{
  "name": "miSpace",
  "short_name": "miSpace",
  "description": "miSpace — Your Social Space",
  "start_url": "./reels.php",
  "scope": "./",
  "display": "minimal-ui",
  "display_override": ["minimal-ui", "standalone"],
  "gcm_sender_id": "103953800507",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["social", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "create_post.php",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  }
}