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
Copy file name to clipboardexpand all lines: README.md
+17-12
Original file line number
Diff line number
Diff line change
@@ -133,9 +133,10 @@ Here's how to send them in with a bug report:
133
133
134
134
Browser extension: release
135
135
---
136
-
Here's how to cut a new release of the browser extension and publish it [to addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/bridgy/) and [to the Chrome Web Store](https://chrome.google.com/webstore/detail/bridgy/lcpeamdhminbbjdfjbpmhgjgliaknflj):
136
+
Here's how to cut a new release of the browser extension and publish it [to addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/bridgy/):
137
137
138
-
1. Load the extension in Firefox (`about:debugging`) and Chrome (`chrome://extensions/`, Developer mode on). Check that it works in both.
138
+
1.`ln -fs manifest.firefox.json manifest.json`
139
+
1. Load the extension in Firefox (`about:debugging`). Check that it works.
139
140
1. Bump the version in `browser-extension/manifest.json`.
140
141
1. Update the Changelog in the README.md section below this one.
141
142
1. Build and sign the artifact:
@@ -156,21 +157,25 @@ Here's how to cut a new release of the browser extension and publish it [to addo
156
157
...
157
158
```
158
159
It's usually auto-approved within minutes. [Check the public listing here.](https://addons.mozilla.org/en-US/firefox/addon/bridgy/)
159
-
1. Submit it to the Chrome Web Store:
160
-
1. [Open the console.](https://chrome.google.com/webstore/devconsole/)
161
-
1. Open the Bridgy item. Ryan to add you if you don't see it.
162
-
1. Choose _Package_ on the left.
163
-
1. Click the _Upload new package_ button.
164
-
1. Upload the new version's zip file from `browser-extension/web-ext-artifacts/`.
165
-
1. Update the Changelog in the _Description_ box. Leave the rest unchanged.
166
-
1. Click _Save draft_, then _Submit for review_.
160
+
161
+
Here's how to publish it [to the Chrome Web Store](https://chrome.google.com/webstore/detail/bridgy/lcpeamdhminbbjdfjbpmhgjgliaknflj):
162
+
163
+
1. `ln -fs manifest.chrome.json manifest.json`
164
+
1. Load the extension in Chrome (`chrome://extensions/`, Developer mode on). Check that it works.
165
+
1. [Open the console.](https://chrome.google.com/webstore/devconsole/)
166
+
1. Open the Bridgy item. Ryan to add you if you don't see it.
167
+
1. Choose _Package_ on the left.
168
+
1. Click the _Upload new package_ button.
169
+
1. Upload the new version's zip file from `browser-extension/web-ext-artifacts/`.
170
+
1. Update the Changelog in the _Description_ box. Leave the rest unchanged.
171
+
1. Click _Save draft_, then _Submit for review_.
167
172
168
173
169
174
Browser extension: Changelog
170
175
---
171
-
0.6, unreleased
176
+
0.6.0, 2022-09-17
172
177
173
-
* [Migrate from Manifest v2 to v3.](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#man-sw) ([Ugh.](https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/))
178
+
* Migrate Chrome ([but not Firefox](https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/)) [from Manifest v2 to v3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#man-sw).
0 commit comments