Story 1: Create Native PWA Manifest - Extract manifest configuration from vite.config.ts to static/manifest.json - Preserve exact configuration including share_target for Instagram URLs - Update app.html to reference new manifest.json location - Validated JSON syntax successfully All PWA properties maintained: - Share target: /share route for external app sharing - Icons: favicon.png in 192x192 and 512x512 sizes - Display: standalone mode for PWA installation - Theme colors: white background and theme colors Refs: docs/plans/MigrateToNativeSvelteKitPWA.md
131 lines
3.1 KiB
JSON
131 lines
3.1 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "csrftoken",
|
|
"value": "SDRORLyWEsWWty2ZoVGdER",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1800936907.11208,
|
|
"httpOnly": false,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "datr",
|
|
"value": "isQuaeXe5-2mFvFSOdcgVq0u",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1799232653.525143,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "None"
|
|
},
|
|
{
|
|
"name": "ig_did",
|
|
"value": "5650C8B9-B8D8-4102-9B49-F0668CE34202",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1796208680.653147,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "mid",
|
|
"value": "aS7EigALAAHxXAxrkYg18Fzi-SR7",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1799232653.525191,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "None"
|
|
},
|
|
{
|
|
"name": "ds_user_id",
|
|
"value": "59661903731",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1774152907.11217,
|
|
"httpOnly": false,
|
|
"secure": true,
|
|
"sameSite": "None"
|
|
},
|
|
{
|
|
"name": "wd",
|
|
"value": "1280x720",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1766981708,
|
|
"httpOnly": false,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "sessionid",
|
|
"value": "59661903731%3AbekaIlo4nn7x2n%3A29%3AAYhv1LJUsfRtBSH-WmDLVrxiM7T9UotIOM3XY3iHKQ",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": 1797910987.674116,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "rur",
|
|
"value": "\"CLN\\05459661903731\\0541797912907:01feab225fa86f00b6be5c6aad172798799c1d3bf81b1dcd57e6fc8313e49aa6b9899a74\"",
|
|
"domain": ".instagram.com",
|
|
"path": "/",
|
|
"expires": -1,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
}
|
|
],
|
|
"origins": [
|
|
{
|
|
"origin": "https://www.instagram.com",
|
|
"localStorage": [
|
|
{
|
|
"name": "chatd-deviceid",
|
|
"value": "959def05-6e66-4805-8316-d9fdd4cd4f95"
|
|
},
|
|
{
|
|
"name": "hb_timestamp",
|
|
"value": "1766374987878"
|
|
},
|
|
{
|
|
"name": "IGSession",
|
|
"value": "kc8y0b:1766378707663"
|
|
},
|
|
{
|
|
"name": "mutex_polaris_banzai",
|
|
"value": "8ort9t:1766376779950"
|
|
},
|
|
{
|
|
"name": "pixel_fire_ts",
|
|
"value": "1766282683056"
|
|
},
|
|
{
|
|
"name": "signal_flush_timestamp",
|
|
"value": "1766374987897"
|
|
},
|
|
{
|
|
"name": "Session",
|
|
"value": "b8iamu:1766376942663"
|
|
},
|
|
{
|
|
"name": "has_interop_upgraded",
|
|
"value": "{\"lastCheckedAt\":1766366944051,\"status\":false}"
|
|
},
|
|
{
|
|
"name": "mutex_banzai",
|
|
"value": "8ort9t:1766376779950"
|
|
},
|
|
{
|
|
"name": "banzai:last_storage_flush",
|
|
"value": "1766366944520.7"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |