diff --git a/.eslintignore b/.eslintignore
index 8d87b1d..76da239 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1 +1,2 @@
node_modules/*
+.eslintrc.json
\ No newline at end of file
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..c56f957
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1 @@
+github: bijij
\ No newline at end of file
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9833633..d683a95 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
+
- name: Install Deps
run: |
npm install eslint
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5762340..8d04f70 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,26 +1,33 @@
name: Publish to Webstores
on:
- release:
- types: [created]
+ push:
+ tags:
+ - 'v*'
jobs:
deploy:
-
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
-
- - name: Setup node
- uses: actions/setup-node@v1
- with:
- node-version: 8
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
- name: Install Required NPM packages
run: |
npm install -g jwtgen
+ - name: Create release
+ uses: actions/create-release@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ tag_name: ${{ github.ref }}
+ release_name: Release ${{ github.ref }}
+ body: TODO
+ draft: false
+ prerelease: false
+
- name: Deploy to Firefox
env:
APP_ID: '{287dcf75-bec6-4eec-b4f6-71948a2eea29}'
diff --git a/_locales/ca/messages.json b/_locales/ca/messages.json
index dd02dd6..0aa457c 100644
--- a/_locales/ca/messages.json
+++ b/_locales/ca/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Opcions",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Dona via PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json
index 77fc681..7ff4c3d 100644
--- a/_locales/cs/messages.json
+++ b/_locales/cs/messages.json
@@ -26,9 +26,5 @@
"optionsButton": {
"message": "Možnosti",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Přispějte prostřednictvím služby PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/da/messages.json b/_locales/da/messages.json
index 3722faf..2ec2c8e 100644
--- a/_locales/da/messages.json
+++ b/_locales/da/messages.json
@@ -7,10 +7,6 @@
"description": "Title of the application, as displayed on the web store.",
"message": "Vis Billede"
},
- "donatePayPal": {
- "description": "Text used for the donation button.",
- "message": "Donér via PayPal"
- },
"optionsButton": {
"description": "Text displayed on the link to options button.",
"message": "Valgmuligheder"
diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index 9c5d989..67887c8 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -43,12 +43,8 @@
"message": "Optionen",
"description": "Text displayed on the link to options button."
},
- "donatePayPal": {
- "message": "Spende via PayPal",
- "description": "Text used for the donation button."
- },
"legalNote": {
- "message": "Die GitHub- und PayPal-Logos sind eingetragene Marken von Github, Inc. bzw. PayPal, Inc.",
- "description": "Legal note for Github and PayPal trademark."
+ "message": "Die GitHub-Logo un eingetragene Marken von Github, Inc.",
+ "description": "Legal note for Github trademark."
}
}
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 8ce2db4..41da053 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Options",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Donate via PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/es/messages.json b/_locales/es/messages.json
index 916e309..390339e 100644
--- a/_locales/es/messages.json
+++ b/_locales/es/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Configuración",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Donar usando PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index dbb6cac..35089bd 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Options",
"description": "Texte affiché sur le bouton lien vers les options."
- },
- "donatePayPal": {
- "message": " Faire un don à travers PayPal",
- "description": "Texte utilisé pour le bouton de donation."
}
}
diff --git a/_locales/he/messages.json b/_locales/he/messages.json
index 21f7fb6..db6703c 100644
--- a/_locales/he/messages.json
+++ b/_locales/he/messages.json
@@ -42,9 +42,5 @@
"optionsButton": {
"message": "אפשרויות",
"description": "הטקסט שמוצג על לחצן האפשרויות."
- },
- "donatePayPal": {
- "message": " תרום באמצעות PayPal",
- "description": "הטקסט שמוצג על לחצן התרומה."
}
}
diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json
index b6022c5..bc50ae8 100644
--- a/_locales/hu/messages.json
+++ b/_locales/hu/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Beállítások",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Adományozás PayPal-al",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/it/messages.json b/_locales/it/messages.json
index 905a353..bca485d 100644
--- a/_locales/it/messages.json
+++ b/_locales/it/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Opzioni",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Dona tramite PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json
index 8676591..040fae0 100644
--- a/_locales/ja/messages.json
+++ b/_locales/ja/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "設定",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": "PayPalで寄付する",
- "description": "Text used for the donation button."
}
}
\ No newline at end of file
diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json
index 9443448..6484409 100644
--- a/_locales/ko/messages.json
+++ b/_locales/ko/messages.json
@@ -42,9 +42,5 @@
"optionsButton": {
"message": "옵션",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " PayPal 통해 기부하기",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json
index 0e5b8de..03b9047 100644
--- a/_locales/nl/messages.json
+++ b/_locales/nl/messages.json
@@ -26,9 +26,5 @@
"optionsButton": {
"message": "Opties",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Doneer met PayPal",
- "description": "Text used for the donation button."
}
}
\ No newline at end of file
diff --git a/_locales/no/messages.json b/_locales/no/messages.json
index 4901edd..f0271ad 100644
--- a/_locales/no/messages.json
+++ b/_locales/no/messages.json
@@ -26,9 +26,5 @@
"optionsButton": {
"message": "Opsjoner",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Doner med PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json
index f9a1f33..fec84d7 100644
--- a/_locales/pl/messages.json
+++ b/_locales/pl/messages.json
@@ -43,10 +43,6 @@
"message": "Opcje",
"description": "Tekst wyświetlany na linku do przycisku opcji."
},
- "donatePayPal": {
- "message": " Przekaż darowiznę w systemie PayPal",
- "description": "Tekst używany dla przycisku darowizny."
- },
"settingsToggle_noReferrer": {
"message": "Ukryj adres odsyłający po kliknięciu \"Pokaż obraz\":",
"description": "Przełącznik ustawień, który przełącza atrybut rel='noreferrer' na przycisku \"Pokaż obraz\"."
diff --git a/_locales/pt/messages.json b/_locales/pt/messages.json
index aa29e07..781ad65 100644
--- a/_locales/pt/messages.json
+++ b/_locales/pt/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Opções",
"description": "Texto apresentado no link para o botão de opções."
- },
- "donatePayPal": {
- "message": " Doar via PayPal",
- "description": "Texto usado no botão de doação."
}
}
diff --git a/_locales/pt_BR/messages.json b/_locales/pt_BR/messages.json
index baf43e4..d629b6b 100644
--- a/_locales/pt_BR/messages.json
+++ b/_locales/pt_BR/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Opções",
"description": "Texto exibido no link para o botão de opções."
- },
- "donatePayPal": {
- "message": " Doe com PayPal",
- "description": "Texto usado no botão de doação."
}
}
diff --git a/_locales/pt_PT/messages.json b/_locales/pt_PT/messages.json
index aa29e07..781ad65 100644
--- a/_locales/pt_PT/messages.json
+++ b/_locales/pt_PT/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Opções",
"description": "Texto apresentado no link para o botão de opções."
- },
- "donatePayPal": {
- "message": " Doar via PayPal",
- "description": "Texto usado no botão de doação."
}
}
diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json
index c062301..c621882 100644
--- a/_locales/ru/messages.json
+++ b/_locales/ru/messages.json
@@ -42,9 +42,5 @@
"optionsButton": {
"message": "Настройки",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Пожертвовать через PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/si/messages.json b/_locales/si/messages.json
index 1238698..8330533 100644
--- a/_locales/si/messages.json
+++ b/_locales/si/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "සැකසුම්",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " PayPal හරහා දායක වන්න",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/sk/messages.json b/_locales/sk/messages.json
index 8a5ed12..5248dae 100644
--- a/_locales/sk/messages.json
+++ b/_locales/sk/messages.json
@@ -26,9 +26,5 @@
"optionsButton": {
"message": "Možnosti",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": "Prispieť prostredníctvom služby PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/sl/messages.json b/_locales/sl/messages.json
index 0398003..787ed25 100644
--- a/_locales/sl/messages.json
+++ b/_locales/sl/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Možnosti",
"description": "Gumb za odpiranje možnosti."
- },
- "donatePayPal": {
- "message": " Donirajte preko PayPal",
- "description": "Gumb za donacije preko PayPal."
}
}
diff --git a/_locales/sv/messages.json b/_locales/sv/messages.json
index 10d68cd..cf5d1fb 100644
--- a/_locales/sv/messages.json
+++ b/_locales/sv/messages.json
@@ -26,9 +26,5 @@
"optionsButton": {
"message": "Alternativ",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " Donera med PayPal",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/tr/messages.json b/_locales/tr/messages.json
index f98cc0d..7e9212c 100644
--- a/_locales/tr/messages.json
+++ b/_locales/tr/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "Seçenekler",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": " PayPal ile bağış yapın",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json
index 594c8f6..c37c75b 100644
--- a/_locales/zh_CN/messages.json
+++ b/_locales/zh_CN/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "选项",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": "通过 PayPal 捐赠",
- "description": "Text used for the donation button."
}
}
diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json
index c2fefd2..5f5fdfb 100644
--- a/_locales/zh_TW/messages.json
+++ b/_locales/zh_TW/messages.json
@@ -46,9 +46,5 @@
"optionsButton": {
"message": "選項",
"description": "Text displayed on the link to options button."
- },
- "donatePayPal": {
- "message": "透過 PayPal 捐贈",
- "description": "Text used for the donation button."
}
}
diff --git a/debug.log b/debug.log
new file mode 100644
index 0000000..a83539f
--- /dev/null
+++ b/debug.log
@@ -0,0 +1,2 @@
+[0319/101134.649:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
+[0319/154449.677:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
diff --git a/html/popup.html b/html/popup.html
index 5325de3..e7a4cff 100644
--- a/html/popup.html
+++ b/html/popup.html
@@ -36,7 +36,7 @@
- The GitHub, logo is a registered trademarks of Github, Inc.
+ The GitHub, logo is a registered trademark of Github, Inc.
diff --git a/manifest.json b/manifest.json
index 3643882..1c25932 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_appName__",
- "version": "3.4.0",
+ "version": "3.4.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {