{ "name": "Contracts — Written agreements between two parties", "short_name": "Contracts", "description": "Write a loan or handover agreement, share a link, and get it signed with an on-page OTP confirmation. Works offline for pages you've already opened.", "id": "/app", "start_url": "/app", "scope": "/", "display": "standalone", "orientation": "portrait", "lang": "en-IN", "dir": "ltr", "categories": ["business", "finance", "productivity"], "background_color": "#ffffff", "theme_color": "#4f46e5", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "New contract as Giver", "short_name": "As Giver", "description": "Start a new agreement where you are giving money or goods.", "url": "/app/contracts/create?role=giver", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "New contract as Taker", "short_name": "As Taker", "description": "Start a new agreement where you are receiving money or goods.", "url": "/app/contracts/create?role=taker", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" } ] } ] }