summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/icon-144.pngbin0 -> 2048 bytes
-rw-r--r--store/icon-80.pngbin0 -> 1772 bytes
-rw-r--r--store/icon.svg22
3 files changed, 22 insertions, 0 deletions
diff --git a/store/icon-144.png b/store/icon-144.png
new file mode 100644
index 0000000..0ab3cb7
--- /dev/null
+++ b/store/icon-144.png
Binary files differ
diff --git a/store/icon-80.png b/store/icon-80.png
new file mode 100644
index 0000000..4d69571
--- /dev/null
+++ b/store/icon-80.png
Binary files differ
diff --git a/store/icon.svg b/store/icon.svg
new file mode 100644
index 0000000..8d9b715
--- /dev/null
+++ b/store/icon.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- FastForge store icon: matches in-app timer (VividCerulean), progress bar
+ (LightGray + JaegerGreen), and pixel-style FF monogram. -->
+<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 144 144">
+ <rect width="144" height="144" rx="32" fill="#00AAFF"/>
+ <!-- Pixel "FF" monogram (FastForge), chunky grid like on-watch text -->
+ <g fill="#FFFFFF">
+ <!-- left F -->
+ <rect x="28" y="20" width="9" height="9"/><rect x="37" y="20" width="9" height="9"/><rect x="46" y="20" width="9" height="9"/><rect x="55" y="20" width="9" height="9"/>
+ <rect x="28" y="29" width="9" height="9"/><rect x="28" y="38" width="9" height="9"/><rect x="28" y="47" width="9" height="9"/><rect x="28" y="56" width="9" height="9"/><rect x="28" y="65" width="9" height="9"/>
+ <rect x="37" y="38" width="9" height="9"/><rect x="46" y="38" width="9" height="9"/>
+ <!-- right F (gap 1 cell) -->
+ <rect x="73" y="20" width="9" height="9"/><rect x="82" y="20" width="9" height="9"/><rect x="91" y="20" width="9" height="9"/><rect x="100" y="20" width="9" height="9"/>
+ <rect x="73" y="29" width="9" height="9"/><rect x="73" y="38" width="9" height="9"/><rect x="73" y="47" width="9" height="9"/><rect x="73" y="56" width="9" height="9"/><rect x="73" y="65" width="9" height="9"/>
+ <rect x="82" y="38" width="9" height="9"/><rect x="91" y="38" width="9" height="9"/>
+ </g>
+ <!-- Horizontal progress bar (timer screen) -->
+ <rect x="18" y="98" width="108" height="16" rx="3" fill="#AAAAAA"/>
+ <rect x="18" y="98" width="78" height="16" rx="3" fill="#00AA55"/>
+ <!-- Playhead / divider like on-watch -->
+ <rect x="92" y="96" width="3" height="20" fill="#000000"/>
+</svg>