From 358444839c5d5261ecc8dc16a7548e0f95ea8952 Mon Sep 17 00:00:00 2001 From: Daniel Maksymilian Syrnicki Date: Thu, 16 Apr 2026 12:25:04 +0200 Subject: [PATCH] =?UTF-8?q?feat(fileshare):=20new=20icon=20=E2=80=94=20fol?= =?UTF-8?q?der=20with=20network-broadcast=20motif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the generic stroke-only folder with a flat two-layer folder (depth via a 28%-opacity back plate) plus two signal arcs and a node dot radiating from the top-right corner. currentColor throughout so the .app-icon tint applies cleanly in both themes. Manifest version bumped to 0.1.1 so the resource manager sees the change as a distinct release. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/fileshare/icon.svg | 11 ++++++++--- apps/fileshare/manifest.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/fileshare/icon.svg b/apps/fileshare/icon.svg index ded4152..4d74864 100644 --- a/apps/fileshare/icon.svg +++ b/apps/fileshare/icon.svg @@ -1,4 +1,9 @@ - - - + diff --git a/apps/fileshare/manifest.json b/apps/fileshare/manifest.json index 3fc0c70..eb0a8e3 100644 --- a/apps/fileshare/manifest.json +++ b/apps/fileshare/manifest.json @@ -1,7 +1,7 @@ { "name": "fileshare", "display_name": "Network Files", - "version": "0.1.0", + "version": "0.1.1", "description": "SMB share for Mac, Windows, Linux and Android devices on the LAN.", "description_long": "Alle Geräte im WLAN sehen einen gemeinsamen Ordner. Funktioniert mit Windows, Mac, Linux und Android. Verbinden zu smb://furtka.local — Anmeldung mit dem hier gesetzten Benutzernamen und Passwort.", "volumes": ["files"],