From 58783a338c818af28aa41ceca3c60c58a142ecf2 Mon Sep 17 00:00:00 2001 From: notangelmario Date: Mon, 19 Dec 2022 14:42:07 +0200 Subject: [PATCH] Added categories to manifest --- package.json | 2 +- public/manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be83d16..233aa22 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marker", "private": true, "author": "Savin Angel-Mario (savin@angelmario.eu)", - "version": "1.2.7", + "version": "1.2.8", "type": "module", "scripts": { "dev": "vite", diff --git a/public/manifest.json b/public/manifest.json index 3393bcb..2f83707 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "name": "Marker", "short_name": "Marker", "description": "Marker is a minimalist web editor based on Monaco Editor.", + "categories": ["utilities", "productivity"], "icons": [ { "src": "/android-chrome-192x192.png",