{ "name": "TexCalc – Professional Textile Engineering Calculator", "short_name": "TexCalc", "description": "TexCalc is a powerful and intuitive calculator for textile professionals. Perform yarn count conversions, fabric weight estimations, shrinkage analysis, thread density calculations, and more.", "icons": [ { "src": "./images/web-app-manifest-192x192-v2.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "./images/web-app-manifest-512x512-v2.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "./images/favicon-96x96.png", "sizes": "96x96", "type": "image/png" } ], "theme_color": "#3b82f6", "background_color": "#f8fafc", "display": "standalone", "orientation": "portrait-primary", "start_url": "/app/", "scope": "/app/", "categories": ["productivity", "utilities", "business", "engineering", "textile"], "lang": "en", "dir": "ltr", "shortcuts": [ { "name": "Yarn Count Converter", "short_name": "Yarn Count", "description": "Convert between yarn count systems & estimate diameter", "url": "/app/#yarn-count-converter", "icons": [ { "src": "./images/favicon-96x96.png", "sizes": "96x96" } ] }, { "name": "Fabric Metrics Calculator", "short_name": "Fabric Metrics", "description": "Analyze fabric structure, weight, coverage, and compactness", "url": "/app/#fabric-metrics", "icons": [ { "src": "./images/favicon-96x96.png", "sizes": "96x96" } ] }, { "name": "Fabric Shrinkage Calculator", "short_name": "Fabric Shrinkage", "description": "Analyze fabric dimensional stability after processing", "url": "/app/#shrinkage", "icons": [ { "src": "./images/favicon-96x96.png", "sizes": "96x96" } ] } ], "screenshots": [ { "src": "./images/screenshot-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "TexCalc – Desktop Calculator Grid" }, { "src": "./images/screenshot-narrow.png", "sizes": "640x1136", "type": "image/png", "form_factor": "narrow", "label": "TexCalc – Mobile View for On-the-Go Use" } ], "prefer_related_applications": true, "related_applications": [ { "platform": "play", "id": "com.texcalc.app" } ], "edge_side_panel": { "preferred_width": 400 } }