Skip to content

Commit

Permalink
docs: update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Jun 6, 2023
1 parent bbfbe50 commit d17b3d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

A chromium extension example for self-hosting.

On the way to self-hosting, we just need a simple personal web server eg nginx:

```
nginx
├── index.html # installing guide
├── manifest.xml # current extension version and download url
└── download.crx # current extension package
```

The server always deploy the latest extension package, and the extension will check the latest version and download it automatically.

References:

- [Self-hosting Chromium extensions](https://www.meziantou.net/self-hosting-chromium-extensions.htm)
- [Alternative extension installation methods](https://developer.chrome.com/docs/extensions/mv3/external_extensions/)
- [Update manifest](https://developer.chrome.com/docs/extensions/mv3/linux_hosting/#update_url)

## Installing Test on Platforms

Expand Down

0 comments on commit d17b3d1

Please sign in to comment.