... | ... |
@@ -14,4 +14,40 @@ We are proud not to track our users. View the steps we have taken to [protect th |
14 | 14 |
<a href="https://play.google.com/store/apps/details?id=app.librenews.io.librenews" target="_blank"> |
15 | 15 |
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="100"/></a> |
16 | 16 |
|
17 |
-Google Play and the Google Play logo are trademarks of Google Inc. |
|
17 |
+Google Play and the Google Play logo are trademarks of Google Inc. |
|
18 |
+ |
|
19 |
+## Modifications from original project |
|
20 |
+Configuration used on server side |
|
21 |
+ |
|
22 |
+```json |
|
23 |
+{ |
|
24 |
+ "accounts": [ |
|
25 |
+ [ |
|
26 |
+ "@BBCBreaking", |
|
27 |
+ "BBC", |
|
28 |
+ "Breaking News" |
|
29 |
+ ], |
|
30 |
+ [ |
|
31 |
+ "@libe", |
|
32 |
+ "Liberation", |
|
33 |
+ "Liberation A La Une" |
|
34 |
+ ], |
|
35 |
+ [ |
|
36 |
+ "@lemondefr", |
|
37 |
+ "Le Monde", |
|
38 |
+ "Le Monde A La Une" |
|
39 |
+ ], |
|
40 |
+ [ |
|
41 |
+ "@Slatefr", |
|
42 |
+ "Slate FR", |
|
43 |
+ "Slate.fr A La Une" |
|
44 |
+ ], |
|
45 |
+ [ |
|
46 |
+ "@LibreNewsApp", |
|
47 |
+ "LibreNews", |
|
48 |
+ "Announcements" |
|
49 |
+ ] |
|
50 |
+ ], |
|
51 |
+ ... |
|
52 |
+} |
|
53 |
+``` |