diff --git a/package.json b/package.json index e72c1e4..43c156b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "algorithm-visualizer", "version": "2.0.0", - "description": "Algorithm Visualizer", + "description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.", "scripts": { "dev": "NODE_ENV=development ./bin/www", "start": "NODE_ENV=production ./bin/www", diff --git a/src/frontend/static/manifest.json b/src/frontend/static/manifest.json index 40c2fd7..232fd1e 100644 --- a/src/frontend/static/manifest.json +++ b/src/frontend/static/manifest.json @@ -1,19 +1,20 @@ { "name": "Algorithm Visualizer", "short_name": "Algorithm Visualizer", - "start_url": ".", - "display": "standalone", + "start_url": "/?utm_source=homescreen", + "display": "fullscreen", + "orientation": "landscape", "theme_color": "#393939", "background_color": "#393939", - "description": "Write down your algorithm to be visualized.", + "description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.", "icons": [ { - "src": "/img/favicon.png", + "src": "favicon.png", "sizes": "256x256", "type": "image/png" }, { - "src": "/img/icon.png", + "src": "icon.png", "sizes": "1024x1024", "type": "image/png" } @@ -23,4 +24,4 @@ "platform": "web" } ] -} \ No newline at end of file +} diff --git a/src/frontend/template.html b/src/frontend/template.html index fb1df6e..bd01fb1 100644 --- a/src/frontend/template.html +++ b/src/frontend/template.html @@ -17,7 +17,7 @@ Algorithm Visualizer - +