feat: add pwa manifest and service worker
Wire up a production service worker and web app manifest with install metadata and icon assets. Bump project version to 2.1.0 and register the worker from the main page for offline-ready behavior. Made-with: Cursor
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "growing-galaxy",
|
||||
"version": "0.0.1",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "growing-galaxy",
|
||||
"version": "0.0.1",
|
||||
"version": "2.1.0",
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^4.1.3",
|
||||
"astro": "^5.15.5",
|
||||
|
||||
Reference in New Issue
Block a user