|
| 1 | +app: |
| 2 | + name: The MovieVerse |
| 3 | + description: "Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more." |
| 4 | + language: en |
| 5 | + theme_color: "#7378c5" |
| 6 | + author: Son Nguyen |
| 7 | + |
| 8 | +meta: |
| 9 | + viewport: "width=device-width, initial-scale=1.0" |
| 10 | + robots: "index, follow" |
| 11 | + rating: "General" |
| 12 | + revisit_after: "3 days" |
| 13 | + distribution: "global" |
| 14 | + keywords: "movies, film guide, directors, actors, movie genres, cinema, film reviews" |
| 15 | + |
| 16 | +og: |
| 17 | + title: "The MovieVerse - Your Ultimate Movie Guide" |
| 18 | + type: website |
| 19 | + url: "https://movie-verse.com/" |
| 20 | + image: "https://movie-verse.com/images/image.png" |
| 21 | + description: "Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more." |
| 22 | + locale: en_US |
| 23 | + site_name: The MovieVerse |
| 24 | + |
| 25 | +twitter: |
| 26 | + card: "https://movie-verse.com/images/image.png" |
| 27 | + title: "The MovieVerse - Your Ultimate Movie Guide" |
| 28 | + description: "Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more." |
| 29 | + image: "https://movie-verse.com/images/image.png" |
| 30 | + |
| 31 | +analytics: |
| 32 | + google_tag_manager_id: G-CQKJ67FXZ4 |
| 33 | + |
| 34 | +resources: |
| 35 | + css: |
| 36 | + - "MovieVerse-Frontend/css/style.css" |
| 37 | + - "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" |
| 38 | + js: |
| 39 | + - "MovieVerse-Frontend/js/settings.js" |
| 40 | + - "index.js" |
| 41 | + - "https://www.googletagmanager.com/gtag/js?id=G-CQKJ67FXZ4" |
| 42 | + favicon: "images/favicon.ico" |
| 43 | + manifest: "manifest.json" |
| 44 | + service_worker: "MovieVerse-Frontend/js/service-worker.js" |
| 45 | + |
| 46 | +paths: |
| 47 | + about: "./MovieVerse-Frontend/html/about.html" |
| 48 | + favorites: "./MovieVerse-Frontend/html/favorites.html" |
| 49 | + user_profile: "./MovieVerse-Frontend/html/user-profile.html" |
| 50 | + settings: "MovieVerse-Frontend/html/settings.html" |
| 51 | + movie_match: "MovieVerse-Frontend/html/movie-match.html" |
| 52 | + movie_timeline: "MovieVerse-Frontend/html/movie-timeline.html" |
| 53 | + chatbot: "MovieVerse-Frontend/html/chatbot.html" |
| 54 | + trivia: "./MovieVerse-Frontend/html/trivia.html" |
0 commit comments