Skip to content

Commit

Permalink
Update 2024-04-16 18:06:28 +00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Apr 16, 2024
1 parent eaa6e9a commit 371c8c8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
5 changes: 5 additions & 0 deletions 3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ Package: @angular/platform-browser
License: "MIT"


--------------------------------------------------------------------------------
Package: @angular/router
License: "MIT"


--------------------------------------------------------------------------------
Package: @angular/service-worker
License: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-ZLL75MXY.js" type="module"></script></body>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-GOUGLENE.js" type="module"></script></body>
</html>
7 changes: 7 additions & 0 deletions main-GOUGLENE.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions main-ZLL75MXY.js

This file was deleted.

8 changes: 8 additions & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"display": "standalone",
"scope": "./",
"start_url": "./",
"file_handlers": [
{
"action": "/file_handler",
"accept": {
"application/json": [".har"]
}
}
],
"icons": [
{
"src": "assets/icons/icon-72x72.png",
Expand Down
10 changes: 5 additions & 5 deletions ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1710434227705,
"timestamp": 1713290788237,
"index": "/har-viewer/index.html",
"assetGroups": [
{
Expand All @@ -13,7 +13,7 @@
"urls": [
"/har-viewer/favicon.ico",
"/har-viewer/index.html",
"/har-viewer/main-ZLL75MXY.js",
"/har-viewer/main-GOUGLENE.js",
"/har-viewer/manifest.webmanifest",
"/har-viewer/polyfills-RX4V3J3S.js",
"/har-viewer/styles-XM3A7GZJ.css"
Expand Down Expand Up @@ -51,9 +51,9 @@
"/har-viewer/assets/icons/icon-72x72.png": "3986580b2f158615e92a12da0374faf8d45a311d",
"/har-viewer/assets/icons/icon-96x96.png": "96b317036e2e4189b3d5689c6117ad9795564a9d",
"/har-viewer/favicon.ico": "5b390a5b870207333d35d645c67596c402cbd9e0",
"/har-viewer/index.html": "e5449bec42c43886fa3065ca5866948d3b7040b8",
"/har-viewer/main-ZLL75MXY.js": "6439ea95293ce025907322566a52eec807596c79",
"/har-viewer/manifest.webmanifest": "84e4e7379f49e0545b64fa41e655935a2ee15074",
"/har-viewer/index.html": "697de1354d6555826e865df71a6f6a0023cb1182",
"/har-viewer/main-GOUGLENE.js": "f899ff7b57c1a332002bda496eb274ea59c66b09",
"/har-viewer/manifest.webmanifest": "d038ac7104fe8803e171a705251618e9ac688875",
"/har-viewer/polyfills-RX4V3J3S.js": "6b4c4ea33aa92bce0b91df442a680ed73e4303db",
"/har-viewer/styles-XM3A7GZJ.css": "1a8d8da946f4e3fe13b6c4c2781216f48f286b01"
},
Expand Down

0 comments on commit 371c8c8

Please sign in to comment.