From 2bb20635a98b3afb0ce72731e1557a25a540d200 Mon Sep 17 00:00:00 2001 From: Felix Ostrowski Date: Wed, 26 Feb 2020 11:32:18 +0100 Subject: [PATCH] Fix manifest, bump version --- package.json | 2 +- src/_locales/en/messages.json | 2 +- src/manifest.json | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 718b866..8864222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skohub-extension", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "index.js", "scripts": { diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index edcbbea..7c06238 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -8,4 +8,4 @@ "message": "The SkoHub editor will run in the browser and enable structured description of educational resources published anywhere on the web.", "description": "Description of the extension." } -} \ No newline at end of file +} diff --git a/src/manifest.json b/src/manifest.json index 5a979cd..5cee852 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,8 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "0.0.1", + "short_name": "__MSG_extensionName__", + "version": "0.0.3", "default_locale": "en", "description": "__MSG_extensionDescription__", @@ -13,6 +14,7 @@ "32": "icons/icon32.png", "48": "icons/icon48.png", "64": "icons/icon64.png", + "128": "icons/icon128.png", "256": "icons/icon256.png" }, @@ -35,4 +37,4 @@ "permissions": [ "activeTab" ] -} \ No newline at end of file +}