SOURCE / PINNED RELEASE
Made of little things.
Napplet Machines V8
- Release
- b3f614e739f0…
- Author-recorded commit
- 534f19acb4ba…
- License
- LICENSE
- Author’s source reference
- nostr://npub182jczunncwe0jn6frpqwq3e0qjws7yqqnc3auccqv9nte2dnd63scjm4rf/wss%3A%2F%2Fgit.napplet.soy%2F/n-b5572362d4a
Archive hash verified: 0f7feb97e2c3d336…. The source-to-build association is the author’s claim; it has not been independently rebuilt.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$version": 1,
"type": "object",
"additionalProperties": false,
"properties": {
"textSize": {
"type": "integer",
"title": "Text size",
"description": "Base text size in pixels. Changes apply while the napplet is running.",
"minimum": 10,
"maximum": 20,
"default": 13,
"x-napplet-section": "Appearance",
"x-napplet-order": 1
},
"controlSize": {
"type": "integer",
"title": "Control height",
"description": "Choose compact controls or larger touch targets, in pixels.",
"minimum": 24,
"maximum": 44,
"default": 28,
"x-napplet-section": "Appearance",
"x-napplet-order": 2
},
"selectText": {
"type": "boolean",
"title": "Allow text selection",
"description": "Allow selecting interface text. Text inputs always remain selectable.",
"default": false,
"x-napplet-section": "Interaction"
}
}
}
