{
  "id": "/",
  "name": "OnlyCats",
  "short_name": "OnlyCats",
  "description": "A purr-fect social network for cats and the humans who love them. Share cat photos, follow favorite felines, and connect with the cat community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#4f46e5",
  "theme_color": "#4f46e5",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "photo"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "scope_extensions": [
    { "origin": "https://*.onhercules.app" },
    { "origin": "https://onlycats.app" }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://onlycats.onhercules.app/site.webmanifest",
      "id": "onlycats.onhercules.app"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "tabbed": {
    "new_tab_button": {
      "url": "/feed"
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "image/gif": [".gif"]
      },
      "icons": [
        {
          "src": "/icon/icon-512.png",
          "sizes": "1024x1024",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+onlycats",
      "url": "/?share=%s"
    },
    {
      "protocol": "mailto",
      "url": "/?email=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/feed?compose=1"
  },
  "widgets": [
    {
      "name": "Meow of the Day",
      "short_name": "Meow",
      "description": "The top cat post of the day.",
      "tag": "meow-of-the-day",
      "ms_ac_template": "/widgets/meow-template.json",
      "data": "/widgets/meow-data.json",
      "icons": [
        {
          "src": "/icon/icon-512.png",
          "sizes": "1024x1024"
        }
      ],
      "screenshots": [
        {
          "src": "/screenshots/mobile-feed.jpg",
          "sizes": "768x1376",
          "label": "Meow of the Day widget"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home Feed",
      "short_name": "Feed",
      "description": "See the latest cat posts from people you follow",
      "url": "/feed",
      "icons": [{ "src": "/icon/icon-512.png", "sizes": "1024x1024", "type": "image/png" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Discover new cats and trending posts",
      "url": "/explore",
      "icons": [{ "src": "/icon/icon-512.png", "sizes": "1024x1024", "type": "image/png" }]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "See your latest notifications",
      "url": "/notifications",
      "icons": [{ "src": "/icon/icon-512.png", "sizes": "1024x1024", "type": "image/png" }]
    },
    {
      "name": "Saved",
      "short_name": "Saved",
      "description": "View your bookmarked posts",
      "url": "/saved",
      "icons": [{ "src": "/icon/icon-512.png", "sizes": "1024x1024", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/mobile-feed.jpg",
      "sizes": "768x1376",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "OnlyCats home feed on mobile"
    },
    {
      "src": "/screenshots/desktop-feed.jpg",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "OnlyCats home feed on desktop"
    }
  ]
}
