Manifest fixes: - Updated all icon references from .png to .svg files - Changed MIME types from image/png to image/svg+xml - Removed missing screenshots section - Fixed HTML favicon references to use SVG files New reference linter (lint-references.py): - Validates all file references in HTML and manifest files - Checks that referenced files actually exist - Prevents broken links and missing assets - Integrated into justfile as 'validate-references' - Added to check-all command for comprehensive validation Justfile enhancements: - Added validate-references command - Updated check-all to include reference validation - Enhanced validate command with reference checking Documentation updates: - Updated CLAUDE.md with reference validation info - Added file reference checking to code quality standards This prevents issues where manifest/HTML reference non-existent files, improving PWA reliability and catching asset mismatches early. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
55 lines
No EOL
1.3 KiB
JSON
55 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "GlitchCraft - Artisanal Text Corruption",
|
|
"short_name": "GlitchCraft",
|
|
"description": "Artisanal text corruption, served fresh! Create beautifully chaotic zalgo text with adjustable intensity",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f0f14",
|
|
"theme_color": "#1a1a2e",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "icons/icon-72.svg",
|
|
"sizes": "72x72",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "icons/icon-96.svg",
|
|
"sizes": "96x96",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "icons/icon-128.svg",
|
|
"sizes": "128x128",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "icons/icon-144.svg",
|
|
"sizes": "144x144",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "icons/icon-152.svg",
|
|
"sizes": "152x152",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "icons/icon-192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "icons/icon-384.svg",
|
|
"sizes": "384x384",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "icons/icon-512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["utilities", "productivity"]
|
|
} |