Release Random Tools 0.1.1

This commit is contained in:
2026-09-01 08:27:00 +02:00
parent 2ed2560b95
commit e4aa85a503
28 changed files with 1072 additions and 282 deletions
+14 -4
View File
@@ -3,12 +3,22 @@
"schemaVersion": 1,
"id": "de.add-ideas.rand-tools",
"name": "Random Tools",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generate secure or reproducible random values locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["random", "developer", "productivity"],
"tags": ["random", "uuid", "ulid", "dice", "shuffle", "sample"],
"tags": [
"random",
"uuid",
"ulid",
"dice",
"shuffle",
"sample",
"cards",
"dates",
"coordinates"
],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
@@ -22,10 +32,10 @@
"topLevelContext": false
},
"privacy": {
"processing": "mixed",
"processing": "local",
"fileUploads": false,
"telemetry": false,
"label": "Local generation is the default; RANDOM.ORG is contacted only after explicit opt-in."
"label": "All generation runs locally; the application makes no third-party requests."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/rand-tools",