diff --git a/experiences/recipe_book_and_meal_planner/manifest.json b/experiences/recipe_book_and_meal_planner/manifest.json new file mode 100644 index 0000000..5003b44 --- /dev/null +++ b/experiences/recipe_book_and_meal_planner/manifest.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://tools.gallery.any.coop/experience.schema.json", + "id": "906f9433-a72f-4c5d-93ce-18e44798f092", + "name": "recipe_book_and_meal_planner", + "author": "https://github.com/charlotte-chiang", + "license": "MIT", + "title": "Recipe Book and Meal Planner", + "description": "Good food, good mood. Categorize recipes based on your personal needs and create meal plans that suit your time, taste, and dietary preferences.", + "categories": [ + "Food & Nutrition" + ], + "language": "en-US", + "screenshots": [ + "https://storage.gallery.any.coop/recipe_book_and_meal_planner/screenshots/screenshot-1.png", + "https://storage.gallery.any.coop/recipe_book_and_meal_planner/screenshots/screenshot-2.png" + ], + "downloadLink": "https://storage.gallery.any.coop/recipe_book_and_meal_planner/recipe_book_and_meal_planner.zip", + "fileSize": 0 +} \ No newline at end of file diff --git a/experiences/recipe_book_and_meal_planner/recipe_book_and_meal_planner.zip b/experiences/recipe_book_and_meal_planner/recipe_book_and_meal_planner.zip new file mode 100644 index 0000000..241cfef Binary files /dev/null and b/experiences/recipe_book_and_meal_planner/recipe_book_and_meal_planner.zip differ diff --git a/experiences/recipe_book_and_meal_planner/screenshots/screenshot-1.png b/experiences/recipe_book_and_meal_planner/screenshots/screenshot-1.png new file mode 100644 index 0000000..0e0bb04 Binary files /dev/null and b/experiences/recipe_book_and_meal_planner/screenshots/screenshot-1.png differ diff --git a/experiences/recipe_book_and_meal_planner/screenshots/screenshot-2.png b/experiences/recipe_book_and_meal_planner/screenshots/screenshot-2.png new file mode 100644 index 0000000..8a62b43 Binary files /dev/null and b/experiences/recipe_book_and_meal_planner/screenshots/screenshot-2.png differ