diff --git a/fortune_generator/index.html b/fortune_generator/index.html
index d4e1c25..d32b7b2 100644
--- a/fortune_generator/index.html
+++ b/fortune_generator/index.html
@@ -5,6 +5,7 @@
Daily Fortune Generator
+
diff --git a/fortune_generator/manifest.json b/fortune_generator/manifest.json
new file mode 100644
index 0000000..c2e4875
--- /dev/null
+++ b/fortune_generator/manifest.json
@@ -0,0 +1,32 @@
+{
+ "short_name": "Fontune Generator",
+ "name": "Fontune Generator",
+ "description": "Get your daily fortune with just a click.",
+ "background_color": "#1a1b1e",
+ "theme_color": "#1a1b1e",
+ "icons": [
+ {
+ "src": "../images/lifeadventurer.jpg",
+ "sizes": "192x192",
+ "type": "image/jpg"
+ },
+ {
+ "src": "../images/lifeadventurer.jpg",
+ "sizes": "512x512",
+ "type": "image/jpg"
+ },
+ {
+ "src": "../images/lifeadventurer.jpg",
+ "sizes": "180x180",
+ "type": "image/jpg"
+ },
+ {
+ "src": "../images/lifeadventurer.jpg",
+ "sizes": "270x270",
+ "type": "image/jpg"
+ }
+ ],
+ "start_url": "/index.html",
+ "display": "standalone",
+ "orientation": "portrait"
+}