From be2249b04f3ebb126cc1ff65164204167ecc3d6c Mon Sep 17 00:00:00 2001 From: Byron Igoe Date: Sun, 30 Apr 2023 16:39:46 -0600 Subject: [PATCH] Version bump --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4fc6ef2..d8d8d12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,10 @@ { "manifest_version": 3, "name": "Phone Helper", - "version": "1.1", + "version": "1.2", "description": "Location, timezone, and click-to-dial", - "icons": { "16": "icon16.png", + "icons": { + "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, @@ -13,7 +14,7 @@ "matches": ["*://*/*"], "js": ["phoneHelper.js"], "all_frames": true - } + } ], "web_accessible_resources": [{ "resources":["icon48.png"],