Skip to content

Commit d9b7bbb

Browse files
author
Lukas Geiger
committed
docs: remove unused README screenshot
1 parent 5d72571 commit d9b7bbb

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ no tracking.
1616
![Privacy](https://img.shields.io/badge/Privacy-No%20Tracking-brightgreen)
1717
![CI](https://github.com/file-bricks/RSS-BOOK/actions/workflows/ci.yml/badge.svg)
1818

19-
## Screenshot
20-
21-
![RSS-BOOK Screenshot](README/screenshots/main_view.png)
22-
23-
---
24-
2519
## Get RSS-BOOK
2620

2721
- **Chrome Web Store:** [Install RSS-BOOK](https://chromewebstore.google.com/detail/rss-book/aednfjhookicnhcjhjifbaepglinbdli)
@@ -211,4 +205,3 @@ Dieses Projekt ist eine **unentgeltliche Open-Source-Schenkung** im Sinne der §
211205
Nutzung auf eigenes Risiko. Keine Wartungszusage, keine Verfügbarkeitsgarantie, keine Gewähr für Fehlerfreiheit oder Eignung für einen bestimmten Zweck.
212206

213207
This project is an unpaid open-source donation. Liability is limited to intent and gross negligence (§ 521 German Civil Code). Use at your own risk. No warranty, no maintenance guarantee, no fitness-for-purpose assumed.
214-

README/screenshots/main_view.png

-43.1 KB
Binary file not shown.

tests/manifest-assets.test.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,4 @@ test("store icon and screenshot assets have release-ready dimensions", () => {
5252
for (const fileName of screenshotFiles) {
5353
assert.deepEqual(pngSize(path.join("assets", fileName)), { width: 1280, height: 800 });
5454
}
55-
56-
assert.deepEqual(pngSize("README/screenshots/main_view.png"), { width: 1280, height: 800 });
5755
});

0 commit comments

Comments
 (0)