Skip to content

Commit

Permalink
PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore committed Nov 11, 2023
1 parent 77e06af commit 939cd58
Show file tree
Hide file tree
Showing 22 changed files with 83 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feat/pwa

jobs:
deploy:
Expand All @@ -27,7 +28,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/pwa'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
Binary file added assets/apple-touch-icon-114x114.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/apple-touch-icon-120x120.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/apple-touch-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/apple-touch-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/apple-touch-icon-57x57.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/apple-touch-icon-60x60.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/apple-touch-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/apple-touch-icon-76x76.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/favicon-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/favicon-196x196.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/favicon-256x256.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/favicon-48x48.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/favicon-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/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions assets/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "exify",
"description": "App to remove EXIF data from images. No server. Once loaded it works offline to process data.",
"categories": ["exif", "images", "processing", "offline", "privacy"],
"start_url": "../",
"scope": "../",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"icons": [
{
"src": "./favicon-48x48.png",
"sizes": "48x48"
},
{
"src": "./favicon-96x96.png",
"sizes": "96x96"
},
{
"src": "./favicon-128x128.png",
"sizes": "128x128"
},
{
"src": "./favicon-256x256.png",
"sizes": "256x256"
},
{
"src": "./favicon-512x512.png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "./exify-1.png",
"sizes": "933x998",
"label": "Start screen to add images to the app"
},
{
"src": "./exify-2.png",
"sizes": "933x998",
"label": "Detects EXIF data in images"
},
{
"src": "./exify-2.png",
"sizes": "933x998",
"label": "Removes EXIF data from images"
}
]
}
Binary file added assets/mstile-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/mstile-150x150.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/mstile-310x150.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/mstile-310x310.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/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 31 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,41 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<html>
<head>
<meta charset="utf-8" />
<title>Exify</title>
<title>exify</title>
<meta name="description" content="Progressive Web App (PWA) to remove EXIF data from images. No server. Once loaded it works offline to process data." />
<meta name="keywords" content="exif, images, processing, offline, privacy" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="/" href="/exify/assets/manifest.json" />

<link type="image/x-icon" rel="icon" href="/exify/assets/favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="/exify/assets/favicon.ico" />
<link rel="icon" type="image/png" href="/exify/assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/exify/assets/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/exify/assets/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/exify/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/exify/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/exify/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/exify/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/exify/favicon-128x128.png" sizes="128x128" />

<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/exify/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/exify/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/exify/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/exify/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/exify/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/exify/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/exify/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/exify/apple-touch-icon-152x152.png" />

<meta name="application-name" content="exify"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/exify/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="/exify/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="/exify/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="/exify/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="/exify/mstile-310x310.png" />

<link data-trunk rel="tailwind-css" href="./index.css"/>
<link data-trunk rel="copy-dir"" href="./assets" />
</head>
Expand Down

0 comments on commit 939cd58

Please sign in to comment.