Release Random Tools 0.1.1
This commit is contained in:
+14
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user