📄
manifest.json
📝 Json Ctrl+S: Save • Ctrl+R: Run • Ctrl+F: Find
{ "name": "Site Explorer", "short_name": "SiteExplorer", "description": "File management and code editing tool", "start_url": "/siteExplorer.php", "display": "fullscreen", "orientation": "any", "theme_color": "#007bff", "background_color": "#f4f4f9", "icons": [ { "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%23007bff'/%3E%3Ctext x='50' y='65' font-family='Arial' font-size='60' fill='white' text-anchor='middle'%3E📁%3C/text%3E%3C/svg%3E", "sizes": "100x100", "type": "image/svg+xml" }, { "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' fill='%23007bff'/%3E%3Ctext x='96' y='125' font-family='Arial' font-size='120' fill='white' text-anchor='middle'%3E📁%3C/text%3E%3C/svg%3E", "sizes": "192x192", "type": "image/svg+xml" }, { "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='%23007bff'/%3E%3Ctext x='256' y='330' font-family='Arial' font-size='300' fill='white' text-anchor='middle'%3E📁%3C/text%3E%3C/svg%3E", "sizes": "512x512", "type": "image/svg+xml" } ], "categories": ["productivity", "developer"], "screenshots": [ { "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'%3E%3Crect width='1280' height='720' fill='%23f4f4f9'/%3E%3Ctext x='640' y='360' font-family='Arial' font-size='48' fill='%23333' text-anchor='middle'%3ESite Explorer File Management%3C/text%3E%3C/svg%3E", "sizes": "1280x720", "type": "image/svg+xml", "form_factor": "wide" } ] }