Skip to content

Commit

Permalink
Deploying to gh-pages from @ faea2c8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Dec 2, 2023
1 parent 12f0dc8 commit fc7e018
Show file tree
Hide file tree
Showing 23 changed files with 2,167 additions and 18 deletions.
Binary file added assets/icons/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion chunk-E6NBNDHD.js → chunk-4YTNRU7J.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion chunk-5GN34ENT.js

This file was deleted.

8 changes: 0 additions & 8 deletions chunk-EIB7BWTQ.js

This file was deleted.

8 changes: 8 additions & 0 deletions chunk-GTQAS2UA.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chunk-7VBPJ7C4.js → chunk-LSIAWBNX.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions chunk-OXOUGTKD.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chunk-32XLIFDB.js → chunk-VTYECMIP.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chunk-K3GJRRUL.js → chunk-YYOK7VSA.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions main-FQTCYGJK.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion main-SMWYKZX6.js

This file was deleted.

53 changes: 53 additions & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "PDF-tools",
"short_name": "PDF-tools",
"theme_color": "#3f51b5",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}
Loading

0 comments on commit fc7e018

Please sign in to comment.