Skip to content

Commit

Permalink
Improved clarity; incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverDecaf committed Jul 13, 2020
1 parent b2fdb89 commit 47d950c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Binary file modified Chromium Web Store.crx
Binary file not shown.
12 changes: 6 additions & 6 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extName": {
"extension_Name": {
"message": "Chromium Web Store",
"description": "The title of the extension, displayed in the Web Store."
"description": "The title of the extension, displayed in the Chrome Web Store."
},
"extDesc": {
"extension_Description": {
"message": "Enables installation and semi-automatic updating for extensions from the Chrome Web Store (or elsewhere) on Chromium based browsers.",
"description": "The description of the extension, displayed in the Web Store."
"description": "The description of the extension, displayed in the Chrome Web Store."
},

"options_updateHeading": {
Expand All @@ -25,15 +25,15 @@
"description": ""
},
"options_updateWebstore": {
"message": "Check for updates to Web Store extensions",
"message": "Check for updates to Chrome Web Store extensions",
"description": ""
},
"options_updateWebstoreTooltip": {
"message": "Will contact Google to check for updates",
"description": ""
},
"options_updateNonWebstore": {
"message": "Check for updates to non-Web Store extensions",
"message": "Check for updates to non-Chrome Web Store extensions",
"description": ""
},
"options_updateNonWebstoreTooltip": {
Expand Down
4 changes: 2 additions & 2 deletions src/_locales/ru/messages.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extName": {
"extension_Name": {
"message": "Chromium Web Store",
"description": "Название расширения, отображаемое в Web Store."
},
"extDesc": {
"extension_Description": {
"message": "Включает установку и полуавтоматическое обновление расширений из Chrome Web Store (или других сайтов) в браузерах, основанных на Chromium.",
"description": "Описание расширения, отображаемое в Web Store."
},
Expand Down
8 changes: 4 additions & 4 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"author": "NeverDecaf",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"name": "__MSG_extension_Name__",
"description": "__MSG_extension_Description__",
"default_locale": "en",
"version": "1.0.0",
"version": "1.0.1",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqF/d41Q7agjkUzYq8ZGbQr8XW8mmEIMXOnR1uCTnYLL+Dm9Z+LO50xZukOISNy6zFxpI8ts/OGLsm+I2x9+UprUU4/EVdmxuwegFE6NBoEhHoRNYY0gbXZkaU8YY/XwzjVY/k18DDhl5NYPEnF6uq4Oyidg+xtd3W4+iGYczuOLER1Tp5y614zOTphcvFYhvUkCijQ6HT1TtRq/34SlFoRQqo4SFiLriK451xWIcfwiMLIekWrdoQa1v8dqIlMA3r6CKc0QykJpSYbiyormWiZ0hl2HLpkZ85mD9V0eDQ5RCtb6vkybK7INcq4yKQV4YkXhr9NpX9U4re4dlFQjEJQIDAQAB",
"permissions": [
"management",
Expand All @@ -20,7 +20,7 @@
"16": "assets/icon/icon_16.png",
"24": "assets/icon/icon_24.png"
},
"default_title": "__MSG_extName__",
"default_title": "__MSG_extension_Name__",
"default_popup": "popup.html"
},
"content_scripts": [{
Expand Down
2 changes: 1 addition & 1 deletion updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='ocaahdebbfolfmndjeplogmgcagdmblk'>
<updatecheck codebase='https://github.com/NeverDecaf/chromium-web-store/releases/latest/download/Chromium.Web.Store.crx' version='1.0.0' />
<updatecheck codebase='https://github.com/NeverDecaf/chromium-web-store/releases/latest/download/Chromium.Web.Store.crx' version='1.0.1' />
</app>
</gupdate>

0 comments on commit 47d950c

Please sign in to comment.