Skip to content

Commit

Permalink
Changed Chrome link to point to MV2 docs
Browse files Browse the repository at this point in the history
the previous link would bring the user to MV3 docs which aren't applicable to this MV2 template.
See AlexITC#28
  • Loading branch information
phdoerfler authored Jun 20, 2021
1 parent f8c802c commit e8abbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It's pretty simple to get started, just follow these steps:
- Edit the [build.sbt](build.sbt) to add the desired details for your app.
- Edit the [AppManifest.scala](project/AppManifest.scala) to define your app manifest.
- Edit the [app resources](src/main/resources) to the ones for your app.
- Commit your changes and continue to the next section for building the app, also, start looking on the [Firefox guide](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions) or the [Chrome guide](https://developer.chrome.com/extensions/devguide) for developing extensions.
- Commit your changes and continue to the next section for building the app, also, start looking on the [Firefox guide](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions) or the [Chrome guide](https://developer.chrome.com/docs/extensions/mv2/) for developing extensions.
- Running `sbt chromePackage` on this project is enough to get your extension packaged.

## Development
Expand Down

0 comments on commit e8abbd9

Please sign in to comment.