Files
ukaiautomation/manifest.json
root cffe81f960 Fix CSP violations and revert to stable CSS version
- Add region1.google-analytics.com to CSP headers in index.php and blog articles
- Fix manifest.json icon purpose warning by changing to "any"
- Add mobile-web-app-capable meta tag for mobile compatibility
- Revert CSS files to stable version from commit 5558f53 to resolve hero section animation issues
- Remove spam protection code that was causing layout problems

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-18 05:17:33 +00:00

43 lines
1.0 KiB
JSON

{
"name": "UK Data Services",
"short_name": "UKDS",
"description": "Professional web scraping and data analytics services in the UK",
"start_url": "/",
"display": "standalone",
"background_color": "#667eea",
"theme_color": "#764ba2",
"orientation": "portrait-primary",
"icons": [
{
"src": "assets/images/favicon-16x16.svg",
"sizes": "16x16",
"type": "image/svg+xml"
},
{
"src": "assets/images/favicon-32x32.svg",
"sizes": "32x32",
"type": "image/svg+xml"
},
{
"src": "assets/images/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "assets/images/apple-touch-icon.svg",
"sizes": "180x180",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "assets/images/ukds-main-logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["business", "productivity", "utilities"],
"lang": "en-GB",
"scope": "/",
"id": "uk-data-services"
}