📱 PWA Support: - Created manifest.json for Android APK - 777 Wolfpack branding - Standalone display mode - Emerald theme color - Shortcuts to Daily Walkthrough 📋 Documentation: - APP-CONNECTIONS-CHECKLIST.md (comprehensive) - All routes verified - Missing features documented 📦 Inventory Status: - Full spec exists (inventory-and-materials.md) - Includes suppliers, shopping lists, lot tracking - Phase 3 feature (not yet implemented) Next: Service worker for offline support
45 lines
No EOL
1.2 KiB
JSON
45 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "777 Wolfpack Grow Ops Manager",
|
|
"short_name": "777 Wolfpack",
|
|
"description": "Professional cannabis cultivation management system for the 777 Wolfpack team",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f172a",
|
|
"theme_color": "#10b981",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/logo-777-wolfpack.jpg",
|
|
"sizes": "192x192",
|
|
"type": "image/jpeg",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/assets/logo-777-wolfpack.jpg",
|
|
"sizes": "512x512",
|
|
"type": "image/jpeg",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": [
|
|
"business",
|
|
"productivity"
|
|
],
|
|
"screenshots": [],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Daily Walkthrough",
|
|
"short_name": "Walkthrough",
|
|
"description": "Start daily facility walkthrough",
|
|
"url": "/walkthrough",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/logo-777-wolfpack.jpg",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"prefer_related_applications": false
|
|
} |