Skip to content

Commit

Permalink
Polyfilling for legacy browsers available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandrito123 committed Nov 11, 2024
1 parent c359700 commit 3e59099
Show file tree
Hide file tree
Showing 25 changed files with 7,753 additions and 452 deletions.
Binary file added img/snap-icon-120.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 img/snap-icon-128.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 img/snap-icon-144.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 img/snap-icon-152.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 img/snap-icon-192.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 img/snap-icon-256.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 img/snap-icon-384.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 img/snap-icon-512.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 img/snap-icon-72.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 img/snap-icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!DOCTYPE html><html><head><script>if (window.location) {window.location = (window.location.toString().split('index.html')[0]).concat(
'snap.html');}; </script><meta HTTP-EQUIV="REFRESH" content="0.1; url=snap.html"><title>Redirecting to Snap!</title></head><body><p>
If you are not automatically redirected to Snap<i>!</i>,<a href="snap.html">please click here.</a></p></body></html>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd"><HTML><HEAD><META HTTP-EQUIV="Content-Type" content="text/html;
charset=UTF-8"><META HTTP-EQUIV="REFRESH" content="0.1; url=snap.html"><TITLE>Redirecting to Snavanced!..</TITLE></HEAD><BODY><p>
If you are not automatically redirected to Snavanced!,<a href="snap.html">please click here.</a></p></BODY></HTML>
51 changes: 51 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "Snavanced!",
"short_name": "Snavanced!",
"icons": [{
"src": "img/snap-icon-72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "img/snap-icon-96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "img/snap-icon-120.png",
"sizes": "120x120",
"type": "image/png"
}, {
"src": "img/snap-icon-128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "img/snap-icon-144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "img/snap-icon-152.png",
"sizes": "152x152",
"type": "image/png"
}, {
"src": "img/snap-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "img/snap-icon-256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "img/snap-icon-384.png",
"sizes": "384x384",
"type": "image/png"
}, {
"src": "img/snap-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}],
"lang": "en-US",
"start_url": "./snap.html",
"display": "standalone",
"background_color": "white",
"theme_color": "white"
}
Binary file added mascot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 61 additions & 18 deletions snap.html

Large diffs are not rendered by default.

Loading

0 comments on commit 3e59099

Please sign in to comment.