glitchcraft/app
Ole-Morten Duesund 35c7d0bdc9 Fix manifest icon references and add file reference linter
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>
2025-08-18 20:18:51 +02:00
..
icons Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
app.js Rebrand to GlitchCraft with IPv6 support 2025-08-18 20:03:51 +02:00
create-icons.js Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
generate-icons.html Rebrand to GlitchCraft with IPv6 support 2025-08-18 20:03:51 +02:00
index.html Fix manifest icon references and add file reference linter 2025-08-18 20:18:51 +02:00
manifest.json Fix manifest icon references and add file reference linter 2025-08-18 20:18:51 +02:00
styles.css Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
sw.js Rebrand to GlitchCraft with IPv6 support 2025-08-18 20:03:51 +02:00
zalgo.js Fix ESLint warning and achieve perfect code quality 2025-08-18 20:14:45 +02:00