Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-01-11 22:47:03 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-11 22:47:03 +0300
commit9afd6a49fdf04946465ad2f2de91326c91e25b0e (patch)
treebdfe268e40127d623c1904b11dee33de01afb3d2
parent93b7ae0bae6af97a903992fd5e9e2be72b7c6618 (diff)
Updated docs for AMO release
-rw-r--r--Contributing.md19
-rw-r--r--Readme.md3
-rw-r--r--src/platform/firefox/manifest.json2
3 files changed, 22 insertions, 2 deletions
diff --git a/Contributing.md b/Contributing.md
index c4e8a8a..2af4169 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -6,6 +6,25 @@ _Using a test account is recommended_
+### Building from source
+##### Project Setup
+1. Run `npm install` from the command line
+
+##### For Firefox
+1. Run `npm run build:firefox`
+2. Open "about:debugging" in Firefox
+3. Click "Load Temporary Add-on"
+4. Select the manifest.json in the "dist" folder in the file popup.
+
+##### For Chromium
+1. Run `npm run build:chrome`
+2. Open "chrome://extensions/" in Chromium
+3. Enable "Developer Mode"
+4. Click "Load unpacked extension"
+5. Select the "dist" folder in the file popup
+
+
+
### Installing from source
##### Project Setup
1. Run `npm install` from the command line
diff --git a/Readme.md b/Readme.md
index 34928f2..513eb48 100644
--- a/Readme.md
+++ b/Readme.md
@@ -27,4 +27,5 @@ See [contributing](Contributing.md).
##### Notes for AMO reviewers
1. This extension uses Vue.js, jQuery, UglifyJS and webpack
2. This extension requires a Nextcloud 17 server with the Passwords app 2020.1.0 or later
-2. This extension and all required software is available for free \ No newline at end of file
+3. This extension and all required software is available for free
+4. See [contributing](Contributing.md). \ No newline at end of file
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index a88a58c..34fe753 100644
--- a/src/platform/firefox/manifest.json
+++ b/src/platform/firefox/manifest.json
@@ -65,7 +65,7 @@
"browser_specific_settings": {
"gecko": {
"id": "ncpasswords@mdns.eu",
- "strict_min_version": "52.0"
+ "strict_min_version": "57.0"
}
},
"background" : {