From 8e1afb6f03db71eecc06f09242740a6de4aeef90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20L=C3=B6rincz?= Date: Mon, 1 May 2023 16:04:58 +0200 Subject: [PATCH] enhanced default_icon, pretty print (#901) --- api-samples/printing/manifest.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/api-samples/printing/manifest.json b/api-samples/printing/manifest.json index 1c6ef9ba..ee632caa 100644 --- a/api-samples/printing/manifest.json +++ b/api-samples/printing/manifest.json @@ -2,12 +2,14 @@ "name": "Print Extension", "version": "1.0", "description": "Sends print job directly to the printers installed on the Chromebook", - "permissions": [ - "printing" - ], + "permissions": ["printing"], "action": { "default_popup": "printers.html", - "default_icon": "icons/icon.png" + "default_icon": { + "16": "icons/icon16.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" + } }, "icons": { "16": "icons/icon16.png",