|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <component type="desktop"> |
3 | | - <id>lv.martinsz.millionaire.desktop</id> |
| 3 | + <id>lv.martinsz.millionaire</id> |
| 4 | + <name>Who Wants To Be a Millionaire</name> |
| 5 | + <summary>Answer all questions to win $1 million.</summary> |
| 6 | + <developer_name>Martins Zeltins</developer_name> |
| 7 | + <launchable type="desktop-id">lv.martinsz.millionaire.desktop</launchable> |
| 8 | + <update_contact>martins.zeltins@gmail.com</update_contact> |
4 | 9 | <metadata_license>CC0-1.0</metadata_license> |
5 | 10 | <project_license>GPL-2.0-or-later</project_license> |
6 | 11 | <description> |
7 | | - <p>No description</p> |
| 12 | + <p>Test your knowledge to see if you can answer all questions and win $1 million. Have fun!</p> |
| 13 | + <p>Created using these technologies</p> |
| 14 | + <ul> |
| 15 | + <li>GTK 4</li> |
| 16 | + <li>Libadwaita</li> |
| 17 | + <li>C</li> |
| 18 | + </ul> |
8 | 19 | </description> |
| 20 | + <requires> |
| 21 | + <display_length compare="ge">small</display_length> |
| 22 | + </requires> |
| 23 | + <recommends> |
| 24 | + <display_length compare="ge">small</display_length> |
| 25 | + </recommends> |
| 26 | + <content_rating type="oars-1.1"/> |
| 27 | + <screenshots> |
| 28 | + <screenshot> |
| 29 | + <captionption>Screenshot of the game</captionption> |
| 30 | + <image type="source">https://raw.githubusercontent.com/martinszeltins/who-wants-to-be-a-millionaire/master/data/resources/screenshots/screenshot1.png</image> |
| 31 | + </screenshot> |
| 32 | + <screenshot> |
| 33 | + <caption>Multiple lifelines</caption> |
| 34 | + <image type="source">https://raw.githubusercontent.com/martinszeltins/who-wants-to-be-a-millionaire/master/data/resources/screenshots/screenshot2.png</image> |
| 35 | + </screenshot> |
| 36 | + <screenshot> |
| 37 | + <caption>Winning the game</caption> |
| 38 | + <image type="source">https://raw.githubusercontent.com/martinszeltins/who-wants-to-be-a-millionaire/master/data/resources/screenshots/screenshot.jpg</image> |
| 39 | + </screenshot> |
| 40 | + </screenshots> |
| 41 | + <url type="homepage">https://github.com/martinszeltins/who-wants-to-be-a-millionaire/</url> |
| 42 | + <url type="bugtracker">https://github.com/martinszeltins/who-wants-to-be-a-millionaire/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc</url> |
| 43 | + <categories> |
| 44 | + <category>Game</category> |
| 45 | + </categories> |
| 46 | + <releases> |
| 47 | + <release version="1.0.0" date="2022-11-20"> |
| 48 | + <description> |
| 49 | + <p>The very first release of Who Wants To Be a Millionaire.</p> |
| 50 | + </description> |
| 51 | + </release> |
| 52 | + </releases> |
9 | 53 | </component> |
0 commit comments