You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the latest development build from our [GitHub Actions][gh-actions]:
20
+
21
+
1. Click on the latest successful workflow run
22
+
2. Scroll down to "Artifacts"
23
+
3. Download either `firefox.zip` or `chrome.zip`
24
+
25
+
> [!NOTE]
26
+
>
27
+
> - GitHub login is required to download artifacts
28
+
> - These builds are unsigned and require developer mode/settings
21
29
22
30
### Firefox Enterprise Policy
23
31
24
32
> [!NOTE]
25
33
> Due to Mozilla Add-on Policy, this is not possible with the Mozilla-hosted versions of the extension. You will need to fork the extension and change a hardcoded value to make this work.
26
34
27
-
Due to the above issue, a privacy notice must be displayed to comply with the Mozilla Add-on Policy. This can be pre-accepted by setting the following Firefox Enterprise Policy:
35
+
Due to the above issue, a privacy notice must be displayed to comply with the Mozilla Add-on Policy. This can be pre-accepted by setting the following Firefox Enterprise Policy ([More about Firefox Policies][mozilla-policy]):
28
36
29
37
```json
30
38
{
@@ -40,22 +48,65 @@ Due to the above issue, a privacy notice must be displayed to comply with the Mo
The resulting `aw-watcher-web.zip` can then be loaded into your browser in development mode. (for Firefox, loading unsigned extensions is only possible in Firefox Nightly and Developer Edition).
84
+
This will create zip files in the `artifacts` directory:
85
+
86
+
-`artifacts/firefox.zip` for Firefox
87
+
-`artifacts/chrome.zip` for Chrome
88
+
89
+
### Installing the Development Build
90
+
91
+
#### Chrome
92
+
93
+
1. Extract `artifacts/chrome.zip` to a folder
94
+
2. Go to `chrome://extensions`
95
+
3. Enable "Developer mode"
96
+
4. Click "Load unpacked" and select the extracted folder
97
+
98
+
#### Firefox
60
99
61
-
For further build instructions, refer to the `Makefile`.
100
+
1. Go to `about:addons`
101
+
2. Click the gear icon (⚙️) and select "Install Add-on From File..."
102
+
3. Navigate to and select the `artifacts/firefox.zip` file
103
+
104
+
> [!NOTE]
105
+
> For Firefox, installing unsigned extensions requires Firefox Developer Edition or Nightly.
106
+
> In Firefox Developer Edition, you need to set `xpinstall.signatures.required` to `false` in `about:config`.
0 commit comments