Skip to content

Commit 60f94c3

Browse files
yeah new code
1 parent f072eb9 commit 60f94c3

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

public/manifest.json

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
11
{
2-
"name": "Epubrary",
3-
"short_name": "Epubrary",
4-
"description": "Offline-first EPUB reader for desktop and mobile.",
2+
"name": "ReadApub",
3+
"short_name": "ReadApub",
4+
"description": "A fully offline-capable EPUB reader with storage, highlights, and bookmarks.",
55
"start_url": "/",
6-
"scope": "/",
76
"display": "standalone",
87
"background_color": "#ffffff",
98
"theme_color": "#4f46e5",
10-
"dir": "ltr",
11-
"lang": "en-US",
12-
"orientation": "any",
139
"icons": [
1410
{
15-
"src": "icon-192.png",
16-
"sizes": "192x192",
17-
"type": "image/jpeg",
18-
"purpose": "any"
19-
},
20-
{
21-
"src": "icon-512.png",
11+
"src": "/icon.png",
2212
"sizes": "512x512",
23-
"type": "image/jpeg",
24-
"purpose": "any"
25-
},
26-
{
27-
"src": "icon-512.png",
28-
"sizes": "512x512",
29-
"type": "image/jpeg",
30-
"purpose": "maskable"
13+
"type": "image/png",
14+
"purpose": "any maskable"
3115
}
3216
],
17+
"orientation": "any",
3318
"categories": [
3419
"books",
3520
"education"

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ self.addEventListener('fetch', (event) => {
6161
});
6262
})
6363
);
64-
});
64+
});

0 commit comments

Comments
 (0)