+21
-4
@@ -3,12 +3,12 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.time-tools",
|
||||
"name": "Time Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Work with dates, time zones and recurrences locally in the browser.",
|
||||
"version": "0.2.0",
|
||||
"description": "Plan across time zones and preview explicit recurrence dialects locally.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["time", "developer", "productivity"],
|
||||
"tags": ["timestamp", "timezone", "cron", "rrule", "ics"],
|
||||
"tags": ["timestamp", "timezone", "meeting", "cron", "rrule", "ics"],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,9 +21,26 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{
|
||||
"mediaType": "text/calendar",
|
||||
"extensions": [".ics"],
|
||||
"label": "iCalendar"
|
||||
}
|
||||
],
|
||||
"produces": [
|
||||
{
|
||||
"mediaType": "text/calendar",
|
||||
"extensions": [".ics"],
|
||||
"label": "iCalendar event"
|
||||
}
|
||||
]
|
||||
},
|
||||
"capabilities": { "required": [], "optional": ["clipboard-write"] },
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": false,
|
||||
"fileUploads": true,
|
||||
"telemetry": false,
|
||||
"label": "Inputs stay in this browser; nothing is uploaded."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user