{ "name": "Free Document Maker", "short_name": "Doc Maker", "description": "Create, customize, and download invoices, CVs, receipts, agreements, and contracts instantly with our AI-powered document maker.", "icons": [ { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }, { "src": "/apple-icon-180x180.png", "sizes": "180x180", "type": "image/png" } ], "theme_color": "#2563eb", "background_color": "#ffffff", "display": "standalone", "orientation": "portrait", "start_url": "/?source=pwa", "scope": "/", "id": "/", "lang": "en-US", "dir": "ltr", "screenshots": [ { "src": "/screenshots/app-home.png", "sizes": "1080x1920", "type": "image/png" }, { "src": "/screenshots/app-invoice.png", "sizes": "1080x1920", "type": "image/png" }, { "src": "/screenshots/app-cv.png", "sizes": "1080x1920", "type": "image/png" } ], "related_applications": [], "prefer_related_applications": false, "categories": ["business", "productivity", "finance", "tools"], "iarc_rating_id": "e10+", "shortcuts": [ { "name": "Create Invoice", "short_name": "Invoice", "description": "Generate an invoice instantly", "url": "/invoice-generator" }, { "name": "Generate Resume", "short_name": "CV Maker", "description": "Create a professional resume", "url": "/cv-generator" }, { "name": "Make Agreement", "short_name": "Agreement", "description": "Generate a legally binding agreement", "url": "/agreement-generator" }, { "name": "Create Business Card", "short_name": "Biz Card", "description": "Generate a digital business card", "url": "/business-card-generator" } ], "service_worker": { "src": "/sw.js", "scope": "/", "update_via_cache": "all" }, "file_handlers": [ { "action": "/open-file", "accept": { "application/pdf": [".pdf"], "application/msword": [".doc", ".docx"] } } ] }