{
  "id": "/",
  "name": "UNERA",
  "short_name": "UNERA",
  "description": "UNERA Social Network",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",

  "orientation": "portrait",

  "theme_color": "#18191A",
  "background_color": "#000000",

  "lang": "en",
  "dir": "ltr",

  "categories": [
    "social",
    "entertainment",
    "photo",
    "video",
    "communication"
  ],

  "prefer_related_applications": false,

  "handle_links": "preferred",

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "icons": [
    {
      "src": "https://media.unera.social/unera_icon_192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://media.unera.social/unera_icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "https://media.unera.social/unera_icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Open UNERA Feed",
      "url": "/",
      "icons": [
        {
          "src": "https://media.unera.social/unera_icon_192x192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Open Messages",
      "url": "/messages",
      "icons": [
        {
          "src": "https://media.unera.social/unera_icon_192x192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Reels",
      "short_name": "Reels",
      "description": "Watch Reels",
      "url": "/reels",
      "icons": [
        {
          "src": "https://media.unera.social/unera_icon_192x192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View Notifications",
      "url": "/notifications",
      "icons": [
        {
          "src": "https://media.unera.social/unera_icon_192x192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Create Post",
      "short_name": "Post",
      "description": "Create New Post",
      "url": "/create",
      "icons": [
        {
          "src": "https://media.unera.social/unera_icon_192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",

    "params": {
      "title": "title",
      "text": "text",
      "url": "url",

      "files": [
        {
          "name": "media",

          "accept": [
            "image/*",
            "video/*",
            "audio/*",

            ".pdf",
            ".doc",
            ".docx",

            ".xls",
            ".xlsx",

            ".ppt",
            ".pptx",

            ".txt",
            ".csv",

            ".json"
          ]
        }
      ]
    }
  },

  "file_handlers": [
    {
      "action": "/open-media",

      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".gif",
          ".webp"
        ],

        "video/*": [
          ".mp4",
          ".mov",
          ".webm",
          ".mkv"
        ],

        "audio/*": [
          ".mp3",
          ".wav",
          ".m4a",
          ".aac",
          ".ogg",
          ".flac"
        ],

        "application/pdf": [
          ".pdf"
        ],

        "text/plain": [
          ".txt"
        ]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+unera",
      "url": "/open?url=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 420
  },

  "permissions": [
    "notifications"
  ]
}
