PWA Configuration APIs

Generate Web App Manifests on Demand.

Create, validate, and serve `manifest.json` files for your Progressive Web Apps instantly. Turn PWA setup into a single, simple API call.

Join waitlist

manifest.json

{
  "name": "Your Awesome App",
  "short_name": "AwesomeApp",
  "description": "A description of your awesome application.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.