mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Update apps (only manifest changes)
This commit is contained in:
4
applications/external/4inrow/application.fam
vendored
4
applications/external/4inrow/application.fam
vendored
@@ -10,4 +10,8 @@ App(
|
||||
order=90,
|
||||
fap_icon="4inrow_10px.png",
|
||||
fap_category="Games",
|
||||
fap_author="leo-need-more-coffee",
|
||||
fap_weburl="https://github.com/leo-need-more-coffee/flipperzero-4inrow",
|
||||
fap_version="1.0",
|
||||
fap_description="4 in row Game",
|
||||
)
|
||||
|
||||
@@ -8,9 +8,10 @@ App(
|
||||
stack_size=8 * 1024,
|
||||
order=50,
|
||||
fap_icon="appicon.png",
|
||||
fap_icon_assets="assets",
|
||||
fap_category="Games",
|
||||
fap_icon_assets="assets", # Image assets to compile for this application
|
||||
fap_description="An implementation of the classic arcade game Asteroids",
|
||||
fap_author="antirez, SimplyMinimal",
|
||||
fap_weburl="https://github.com/SimplyMinimal/FlipperZero-Asteroids",
|
||||
fap_author="@antirez & @SimplyMinimal",
|
||||
fap_weburl="https://github.com/antirez/flipper-asteroids",
|
||||
fap_version="1.0",
|
||||
fap_description="Asteroids game",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
fap_icon="images/barcode_10.png",
|
||||
fap_icon_assets="images",
|
||||
fap_icon_assets_symbol="barcode_app",
|
||||
fap_author="@Kingal1337",
|
||||
fap_weburl="https://github.com/Kingal1337/flipper-barcode-generator",
|
||||
fap_version="1.0",
|
||||
fap_description="App allows you to display various barcodes on flipper screen",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
fap_icon="bpm_10px.png",
|
||||
fap_category="Media",
|
||||
order=15,
|
||||
fap_author="@panki27",
|
||||
fap_weburl="https://github.com/panki27/bpm-tapper",
|
||||
fap_version="1.0",
|
||||
fap_description="Tap center button to measure BPM",
|
||||
)
|
||||
|
||||
@@ -11,4 +11,8 @@ App(
|
||||
fap_icon="bfico.png",
|
||||
fap_category="Misc",
|
||||
fap_icon_assets="icons",
|
||||
fap_author="@nymda",
|
||||
fap_weburl="https://github.com/nymda/FlipperZeroBrainfuck",
|
||||
fap_version="1.0",
|
||||
fap_description="Brainfuck language interpreter",
|
||||
)
|
||||
|
||||
@@ -11,4 +11,8 @@ App(
|
||||
fap_icon="caesar_cipher_icon.png",
|
||||
fap_category="Misc",
|
||||
order=20,
|
||||
fap_author="@panki27",
|
||||
fap_weburl="https://github.com/panki27/caesar-cipher",
|
||||
fap_version="1.0",
|
||||
fap_description="Encrypt and decrypt text using Caesar Cipher",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=45,
|
||||
fap_icon="calcIcon.png",
|
||||
fap_category="Misc",
|
||||
fap_author="@n-o-T-I-n-s-a-n-e",
|
||||
fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e",
|
||||
fap_version="1.0",
|
||||
fap_description="Calculator, that can calculate simple expressions",
|
||||
)
|
||||
|
||||
@@ -13,4 +13,8 @@ App(
|
||||
order=20,
|
||||
fap_icon="cntdown_timer.png",
|
||||
fap_category="Misc",
|
||||
fap_author="@0w0mewo",
|
||||
fap_weburl="https://github.com/0w0mewo/fpz_cntdown_timer",
|
||||
fap_version="1.0",
|
||||
fap_description="Simple count down timer",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,8 @@ App(
|
||||
],
|
||||
fap_category="Misc",
|
||||
fap_icon="counter_icon.png",
|
||||
fap_author="@Krulknul",
|
||||
fap_weburl="https://github.com/Krulknul/dolphin-counter",
|
||||
fap_version="1.0",
|
||||
fap_description="Simple counter",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=175,
|
||||
fap_icon="etch-a-sketch-icon.png",
|
||||
fap_category="Media",
|
||||
fap_author="@SimplyMinimal",
|
||||
fap_weburl="https://github.com/SimplyMinimal/FlipperZero-Etch-A-Sketch",
|
||||
fap_version="1.0",
|
||||
fap_description="Turn the Flipper Zero into an Etch A Sketch",
|
||||
)
|
||||
|
||||
@@ -11,4 +11,8 @@ App(
|
||||
order=20,
|
||||
fap_icon="flash10px.png",
|
||||
fap_category="GPIO",
|
||||
fap_author="@xMasterX",
|
||||
fap_weburl="https://github.com/xMasterX/flipper-flashlight",
|
||||
fap_version="1.0",
|
||||
fap_description="Enables 3.3v on pin 7/C3 when you press Ok and leaves it on when you exit app",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=110,
|
||||
fap_icon="golIcon.png",
|
||||
fap_category="Games",
|
||||
fap_author="@tgxn (original by @itsyourbedtime)",
|
||||
fap_weburl="https://github.com/tgxn/flipperzero-firmware/blob/dev/applications/game_of_life/game_of_life.c",
|
||||
fap_version="1.0",
|
||||
fap_description="Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.",
|
||||
)
|
||||
|
||||
4
applications/external/geiger/application.fam
vendored
4
applications/external/geiger/application.fam
vendored
@@ -10,4 +10,8 @@ App(
|
||||
stack_size=1 * 1024,
|
||||
fap_icon="geiger.png",
|
||||
fap_category="GPIO",
|
||||
fap_author="@nmrr",
|
||||
fap_weburl="https://github.com/nmrr/flipperzero-geigercounter",
|
||||
fap_version="1.0",
|
||||
fap_description="Works with J305 Geiger tube on external board",
|
||||
)
|
||||
|
||||
@@ -7,5 +7,8 @@ App(
|
||||
stack_size=1 * 1024,
|
||||
fap_category="GPIO",
|
||||
fap_icon="icon.png",
|
||||
order=1,
|
||||
fap_author="@aureli1c",
|
||||
fap_weburl="https://github.com/aureli1c/flipperzero_GPIO_read",
|
||||
fap_version="1.0",
|
||||
fap_description="Read GPIO pins states, and display them on the screen",
|
||||
)
|
||||
|
||||
@@ -13,4 +13,8 @@ App(
|
||||
fap_icon="icons/edit_10px.png",
|
||||
fap_category="Tools",
|
||||
fap_icon_assets="icons",
|
||||
fap_author="@dunaevai135",
|
||||
fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
|
||||
fap_version="1.0",
|
||||
fap_description="Read any file line by line, and use Ok to edit char. Useful for NFC file - Edit Dump feature without PC/Phone.",
|
||||
)
|
||||
|
||||
@@ -10,4 +10,8 @@ App(
|
||||
],
|
||||
fap_category="Tools",
|
||||
fap_icon="ir_10px.png",
|
||||
fap_author="@Hong5489 & @friebel & @d4ve10",
|
||||
fap_weburl="https://github.com/Hong5489/ir_remote",
|
||||
fap_version="1.0",
|
||||
fap_description="Bind any IR remote button to each button on flipper d-pad, provides another way to use flipper as IR remote.",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=130,
|
||||
fap_icon="Mandelbrot.png",
|
||||
fap_category="Media",
|
||||
fap_author="@Possibly-Matt",
|
||||
fap_weburl="https://github.com/Possibly-Matt",
|
||||
fap_version="1.0",
|
||||
fap_description="The Mandelbrot set is the set of all so-called (complex) numbers that meet Mandelbrots simple arithmetic criterion.",
|
||||
)
|
||||
|
||||
@@ -11,4 +11,8 @@ App(
|
||||
order=30,
|
||||
fap_icon="mifare_fuzzer_10px.png",
|
||||
fap_category="NFC",
|
||||
fap_author="@spheeere98",
|
||||
fap_weburl="https://github.com/spheeere98/mifare_fuzzer",
|
||||
fap_version="1.0",
|
||||
fap_description="App emulates Mifare Classic cards with various UIDs to check how reader reacts on them",
|
||||
)
|
||||
|
||||
@@ -14,11 +14,3 @@ App(
|
||||
fap_icon="music_10px.png",
|
||||
fap_category="Media",
|
||||
)
|
||||
|
||||
App(
|
||||
appid="music_beeper_start",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="music_beeper_on_system_start",
|
||||
requires=["music_beeper"],
|
||||
order=30,
|
||||
)
|
||||
|
||||
@@ -10,4 +10,8 @@ App(
|
||||
order=20,
|
||||
fap_icon="zero_tracker.png",
|
||||
fap_category="Media",
|
||||
fap_author="@DrZlo13",
|
||||
fap_weburl="https://github.com/DrZlo13/flipper-zero-music-tracker",
|
||||
fap_version="1.0",
|
||||
fap_description="App plays hardcoded tracker song",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,8 @@ App(
|
||||
fap_icon="clock.png",
|
||||
fap_category="Misc",
|
||||
order=81,
|
||||
fap_author="@nymda & @Willy-JL",
|
||||
fap_weburl="https://github.com/nymda/FlipperNightStand",
|
||||
fap_version="1.0",
|
||||
fap_description="Clock with screen brightness controls",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=30,
|
||||
fap_icon="music_10px.png",
|
||||
fap_category="Media",
|
||||
fap_author="@invalidna-me",
|
||||
fap_weburl="https://github.com/invalidna-me/flipperzero-ocarina",
|
||||
fap_version="1.0",
|
||||
fap_description="A basic Ocarina (of Time), Controls are the same as the N64 version of the Ocarina of Time",
|
||||
)
|
||||
|
||||
4
applications/external/paint/application.fam
vendored
4
applications/external/paint/application.fam
vendored
@@ -9,4 +9,8 @@ App(
|
||||
order=175,
|
||||
fap_icon="paintIcon.png",
|
||||
fap_category="Media",
|
||||
fap_author="@n-o-T-I-n-s-a-n-e",
|
||||
fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e",
|
||||
fap_version="1.0",
|
||||
fap_description="A basic Paint app, Click Ok to draw dot, hold Ok to enable drawing continuously, hold Back to clear the screen",
|
||||
)
|
||||
|
||||
@@ -8,4 +8,8 @@ App(
|
||||
fap_category="Misc",
|
||||
fap_icon_assets="images",
|
||||
fap_icon="flipp_pomodoro_10.png",
|
||||
fap_author="@Th3Un1q3",
|
||||
fap_weburl="https://github.com/Th3Un1q3/flipp_pomodoro",
|
||||
fap_version="1.0",
|
||||
fap_description="Boost Your Productivity with the Pomodoro Timer",
|
||||
)
|
||||
|
||||
4
applications/external/pong/application.fam
vendored
4
applications/external/pong/application.fam
vendored
@@ -10,4 +10,8 @@ App(
|
||||
stack_size=1 * 1024,
|
||||
fap_icon="pong.png",
|
||||
fap_category="Games",
|
||||
fap_author="@nmrr & @SimplyMinimal",
|
||||
fap_weburl="https://github.com/nmrr/flipperzero-pong",
|
||||
fap_version="1.0",
|
||||
fap_description="Simple pong game",
|
||||
)
|
||||
|
||||
@@ -12,4 +12,8 @@ App(
|
||||
fap_icon="game_reversi.png",
|
||||
fap_category="Games",
|
||||
fap_icon_assets_symbol="game_reversi",
|
||||
fap_author="@dimat",
|
||||
fap_weburl="https://github.com/zyuhel/flipperzero-racegame",
|
||||
fap_version="1.0",
|
||||
fap_description="Reversi game, the game controls should be intuitive. Longs press on OK opens the menu to start a new game.",
|
||||
)
|
||||
|
||||
@@ -11,4 +11,8 @@ App(
|
||||
fap_category="Games",
|
||||
fap_icon_assets="images",
|
||||
fap_icon_assets_symbol="roots_of_life_game",
|
||||
fap_author="@Xorboo",
|
||||
fap_weburl="https://github.com/Xorboo/root-of-life",
|
||||
fap_version="1.0",
|
||||
fap_description="A zen-puzzle game for FlipperZero, puzzle made on GlobalGameJam23 (theme: Roots)",
|
||||
)
|
||||
|
||||
@@ -17,4 +17,8 @@ App(
|
||||
stack_size=1 * 1024,
|
||||
fap_category="Misc",
|
||||
fap_icon="cube.png",
|
||||
fap_author="@RaZeSloth",
|
||||
fap_weburl="https://github.com/RaZeSloth/flipperzero-rubiks-cube-scrambler",
|
||||
fap_version="1.0",
|
||||
fap_description="App generates random moves to scramble a Rubik's cube.",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=100,
|
||||
fap_icon="scorchedTanks_10px.png",
|
||||
fap_category="Games",
|
||||
fap_author="@jasniec",
|
||||
fap_weburl="https://github.com/jasniec/flipper-scorched-tanks-game",
|
||||
fap_version="1.0",
|
||||
fap_description="A flipper zero game inspired by scorched earth.",
|
||||
)
|
||||
|
||||
@@ -9,7 +9,7 @@ App(
|
||||
# fap_version=(0, 1), # (major, minor)
|
||||
fap_icon="simon_says.png", # 10x10 1-bit PNG
|
||||
fap_description="A Simon Says Game",
|
||||
fap_author="SimplyMinimal,ShehabAttia96",
|
||||
fap_author="@SimplyMinimal & @ShehabAttia96",
|
||||
fap_weburl="https://github.com/SimplyMinimal/FlipperZero-SimonSays",
|
||||
fap_icon_assets="images", # Image assets to compile for this application
|
||||
)
|
||||
|
||||
4
applications/external/slots/application.fam
vendored
4
applications/external/slots/application.fam
vendored
@@ -10,4 +10,8 @@ App(
|
||||
order=30,
|
||||
fap_category="Games",
|
||||
fap_icon_assets="assets",
|
||||
fap_author="@Daniel-dev-s",
|
||||
fap_weburl="https://github.com/Daniel-dev-s/flipperzero-slots",
|
||||
fap_version="1.0",
|
||||
fap_description="Simple Slots simulator game",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=30,
|
||||
fap_icon="snake_10px.png",
|
||||
fap_category="Games",
|
||||
fap_author="@Willzvul",
|
||||
fap_weburl="https://github.com/Willzvul/Snake_2.0",
|
||||
fap_version="2.0",
|
||||
fap_description="Advanced Snake Game (Remake of original Snake)",
|
||||
)
|
||||
|
||||
@@ -10,4 +10,8 @@ App(
|
||||
fap_icon="trexrunner_icon.png",
|
||||
fap_icon_assets="assets",
|
||||
order=36,
|
||||
fap_author="@Rrycbarm",
|
||||
fap_weburl="https://github.com/Rrycbarm/t-rex-runner",
|
||||
fap_version="1.0",
|
||||
fap_description="Port of Chrome browser running T-rex game",
|
||||
)
|
||||
|
||||
@@ -14,4 +14,8 @@ App(
|
||||
fap_icon="icon.png",
|
||||
fap_category="Media",
|
||||
order=20,
|
||||
fap_author="@Round-Pi & (Fixes by @Willy-JL)",
|
||||
fap_weburl="https://github.com/Round-Pi/flipperzero-text2sam",
|
||||
fap_version="1.0",
|
||||
fap_description="Enter text and hear it spoken by SAM (Software Automatic Mouth)",
|
||||
)
|
||||
|
||||
@@ -10,7 +10,8 @@ App(
|
||||
fap_icon_assets="icons",
|
||||
fap_icon="zeitraffer.png",
|
||||
fap_category="GPIO",
|
||||
fap_description="Simple intervalometer app",
|
||||
fap_version="1.0",
|
||||
fap_description="Simple intervalometer app, works via GPIO pins.",
|
||||
fap_author="Aurelius Rosenbaum",
|
||||
fap_weburl="https://github.com/theageoflove/flipperzero-zeitraffer",
|
||||
)
|
||||
|
||||
@@ -11,4 +11,8 @@ App(
|
||||
fap_category="Media",
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_author="@besya & (Fixes by @Willy-JL)",
|
||||
fap_weburl="https://github.com/besya/flipperzero-tuning-fork",
|
||||
fap_version="1.0",
|
||||
fap_description="Tuning fork for tuning musical instruments",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=270,
|
||||
fap_icon="pokerIcon.png",
|
||||
fap_category="Games",
|
||||
fap_author="@PixlEmly",
|
||||
fap_weburl="https://github.com/PixlEmly",
|
||||
fap_version="1.0",
|
||||
fap_description="Video poker is a casino game based on five-card draw poker",
|
||||
)
|
||||
|
||||
@@ -9,4 +9,8 @@ App(
|
||||
order=30,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="WiFi",
|
||||
fap_author="@Timmotools & @xMasterX",
|
||||
fap_weburl="https://github.com/Timmotools/flipperzero_esp8266_deautherv2",
|
||||
fap_version="1.0",
|
||||
fap_description="Works with ESP8266 Deauther v2 by @SpacehuhnTech (github)",
|
||||
)
|
||||
|
||||
4
applications/external/wiiec/application.fam
vendored
4
applications/external/wiiec/application.fam
vendored
@@ -25,4 +25,8 @@ App(
|
||||
# fap_version=(1,0),
|
||||
fap_icon="WiiEC.png",
|
||||
fap_category="GPIO",
|
||||
fap_author="@csBlueChip",
|
||||
fap_weburl="https://github.com/csBlueChip/FlipperZero_WiiEC",
|
||||
fap_version="1.0",
|
||||
fap_description="Application to test Wii Extension Controllers.",
|
||||
)
|
||||
|
||||
4
applications/external/yatzee/application.fam
vendored
4
applications/external/yatzee/application.fam
vendored
@@ -9,4 +9,8 @@ App(
|
||||
fap_icon="yatzee_icon_10px.png",
|
||||
fap_category="Games",
|
||||
fap_icon_assets="images",
|
||||
fap_author="@emfleak",
|
||||
fap_weburl="https://github.com/emfleak/flipperzero-yatzee",
|
||||
fap_version="1.0",
|
||||
fap_description="Yahtzee game",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user