{
  "name": "miSpace",
  "short_name": "miSpace",
  "description": "miSpace — Your Social Space",
  "start_url": "./dashboard.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["social", "entertainment"],
  "prefer_related_applications": false,
  "permissions_policy": {
    "camera":          ["self"],
    "microphone":      ["self"],
    "display-capture": ["self"],
    "speaker":         ["self"]
  },
  "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": "GET",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  }
}