diff --git a/simple-translate/_locales/langage.xlsx b/simple-translate/_locales/langage.xlsx new file mode 100644 index 0000000..2416e62 Binary files /dev/null and b/simple-translate/_locales/langage.xlsx differ diff --git a/simple-translate/manifest.json b/simple-translate/manifest.json index 4ab66a6..879e55d 100644 --- a/simple-translate/manifest.json +++ b/simple-translate/manifest.json @@ -6,11 +6,11 @@ "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", + "applications": { "gecko": { - "id": "https://github.com/sienori/simple-translate", - "update_url": "https://example.com/updates.json" + "id": "simple-translate@sienori" } }, diff --git a/simple-translate/simple-translate.css b/simple-translate/simple-translate.css index 9e6cbe0..d6a040f 100644 --- a/simple-translate/simple-translate.css +++ b/simple-translate/simple-translate.css @@ -8,7 +8,7 @@ height: 22px; width: 22px; position: fixed; - z-index: 151; + z-index: 10002; left: 0px; top: 0px; display: none; @@ -34,7 +34,7 @@ width:300px;/*消すかも*/ position: fixed; padding: 10px 18px; - z-index: 150; + z-index: 10001; left: 0px; top: 0px; display: none; diff --git a/simple-translate/web-ext-artifacts/simple_translate-1.0.zip b/simple-translate/web-ext-artifacts/simple_translate-1.0.zip new file mode 100644 index 0000000..21a66bc Binary files /dev/null and b/simple-translate/web-ext-artifacts/simple_translate-1.0.zip differ diff --git a/simple-translate/web-ext-artifacts/update.json b/simple-translate/web-ext-artifacts/update.json new file mode 100644 index 0000000..11f8be7 --- /dev/null +++ b/simple-translate/web-ext-artifacts/update.json @@ -0,0 +1,12 @@ +{ + "addons": { + "simple-translate@sienori": { + "updates": [ + { + "version": "1.0", + "update_link": "https://raw.githubusercontent.com/sienori/simple-translate/master/simple-translate/xpi/simple-translate-1.0.xpi" + } + ] + } + } +}