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: docs/en/blog/announcing-2-0-0-alpha.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ To me, "very easy" means very low cognitive effort. It means something is famili
21
21
22
22
The alpha release is focused on bug fixes and testing all existing features while we finish the documentation and templates websites. Keep an eye on this blog or follow us on X for future updates.
23
23
24
-
For the next release, we are going to focus on making all the existing features stable enough to document and test.
24
+
For the next release, we are going to focus on making all the existing features stable enough to document and test.
Copy file name to clipboardExpand all lines: docs/en/docs/commands/dev.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ Below is a breakdown of the available flags for the `dev` command:
52
52
|`--polyfill`| Boolean | Enables compatibility for the `browser.*` API in Chromium-based browsers |`false`|
53
53
|`--profile`| Profile path | Specifies a path to a browser profile for testing |`default`|
54
54
|`-b, --browser`| Browser to run the extension | Specifies the browser to run (`chrome`, `edge`, `firefox`, `all`) |`"chrome"`|
55
-
|`--chromium-binary`| Path to the Chromium binary |[Provides the path to a custom Chromium-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
56
-
|`--gecko-binary`| Path to the Gecko binary |[Provides the path to a custom Gecko-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
55
+
|`--chromium-binary`| Path to the Chromium binary |[Provides the path to a custom Chromium-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
56
+
|`--gecko-binary`| Path to the Gecko binary |[Provides the path to a custom Gecko-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
57
57
|`--starting-url`| URL | Starting URL for testing with the extension |`chrome://newtab`|
58
58
|`--open`| Boolean | Whether or not to automatically open the browser upon starting dev |`true`|
Copy file name to clipboardExpand all lines: docs/en/docs/commands/preview.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ In this example, the extension is created in the `path/to/my-extension` director
45
45
|[path or url]| The extension path or the remote extension URL | If a path is defined, previews the local extension. If a URL is provided, pulls the extension from remote source and previews it as a local extension |`process.cwd()`|
46
46
|`--profile`| Profile path | Specifies a path to a browser profile for testing |`default`|
47
47
|`-b, --browser`| Browser to run the extension | Specifies the browser to run (`chrome`, `edge`, `firefox`, `all`) |`"chrome"`|
48
-
|`--chromium-binary`| Path to the Chromium binary |[Provides the path to a custom Chromium-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
49
-
|`--gecko-binary`| Path to the Gecko binary |[Provides the path to a custom Gecko-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
48
+
|`--chromium-binary`| Path to the Chromium binary |[Provides the path to a custom Chromium-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
49
+
|`--gecko-binary`| Path to the Gecko binary |[Provides the path to a custom Gecko-based browser binary](../browsers/running-other-browsers.mdx)|`undefined`|
50
50
|`--starting-url`| URL | Starting URL for testing with the extension |`chrome://newtab`|
0 commit comments