mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
Merge pull request #36 from princesust/react-typescript
fix typos in README file
This commit is contained in:
commit
6035883c22
10
README.md
10
README.md
@ -36,7 +36,7 @@
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Cross Browser Support (Web-Extensions API)
|
- Cross Browser Support (Web-Extensions API)
|
||||||
- Browser Taylored Manifest generation
|
- Browser Tailored Manifest generation
|
||||||
- Automatic build on code changes
|
- Automatic build on code changes
|
||||||
- Auto packs browser specific build files
|
- Auto packs browser specific build files
|
||||||
- SASS styling
|
- SASS styling
|
||||||
@ -48,8 +48,8 @@
|
|||||||
## Browser Support
|
## Browser Support
|
||||||
|
|
||||||
| [](/) | [](/) | [](/) | [](/) | [](/) | [](/) | [](/) |
|
| [](/) | [](/) | [](/) | [](/) | [](/) | [](/) | [](/) |
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
|
||||||
| 49 & later ✔ | 52 & later ✔ | 36 & later ✔ | 79 & later ✔ | Latest ✔ | Latest ✔ | Latest ✔
|
| 49 & later ✔ | 52 & later ✔ | 36 & later ✔ | 79 & later ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ Then run the following:
|
|||||||
### Development
|
### Development
|
||||||
|
|
||||||
- `yarn install` to install dependencies.
|
- `yarn install` to install dependencies.
|
||||||
- To watch file changes in developement
|
- To watch file changes in development
|
||||||
|
|
||||||
- Chrome
|
- Chrome
|
||||||
- `yarn run dev:chrome`
|
- `yarn run dev:chrome`
|
||||||
@ -143,7 +143,7 @@ if the vendor is `chrome` this compiles to:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Add keys to multiple vendors by seperating them with | in the prefix
|
Add keys to multiple vendors by separating them with | in the prefix
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user