Skip to content

Commit

Permalink
Fix manifest, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
literarymachine committed Feb 26, 2020
1 parent d87a63f commit 2bb2063
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skohub-extension",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
6 changes: 4 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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__",
Expand All @@ -13,6 +14,7 @@
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png"
},

Expand All @@ -35,4 +37,4 @@
"permissions": [
"activeTab"
]
}
}

0 comments on commit 2bb2063

Please sign in to comment.