https://github.com/laedit/the-old-reader-dark
The Old Reader - Dark
https://github.com/laedit/the-old-reader-dark
dark-theme the-old-reader theme
Last synced: about 9 hours ago
JSON representation
The Old Reader - Dark
- Host: GitHub
- URL: https://github.com/laedit/the-old-reader-dark
- Owner: laedit
- License: mpl-2.0
- Created: 2017-09-23T16:25:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T09:17:13.000Z (over 2 years ago)
- Last Synced: 2025-10-23T17:47:30.811Z (8 months ago)
- Topics: dark-theme, the-old-reader, theme
- Language: CSS
- Size: 171 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# the-old-reader-dark
Dark theme for The Old Reader.
Available on:
- Firefox: https://addons.mozilla.org/fr/firefox/addon/the-old-reader-dark/
- Chrome: https://chrome.google.com/webstore/detail/the-old-reader-dark/fpjjphhhciifpfhapopmdfppmhkepmnl
## Permissions needed
- "*://theoldreader.com/*": access to theoldreader.com page
- "storage": store the options
## Build
```bash
yarn build
```
Produces a firefox version in `build/firefox` and chrome version in `build/chrome`.
### Publish
```bash
yarn package
```
Produces a firefox version in `web-ext-artifacts/firefox` and chrome version in `web-ext-artifacts/chrome`.
Artifacts must then be uploaded on [Mozilla Addons](https://addons.mozilla.org/en-US/developers/) and [Chrome Web Store](https://chrome.google.com/webstore/devconsole/).