Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chtenb committed Jul 4, 2022
1 parent 71cce96 commit 12dc0ba
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!Doctype html><html><head><title>Tab Viewer</title><link rel="icon shortcut" href="./favicon.4419477b.png"><link rel="stylesheet" type="text/css" href="./index.b43a7e55.css"><link rel="stylesheet" type="text/css" href="./index.cb089467.css"><script src="https://kit.fontawesome.com/4ae49116a2.js" crossorigin></script><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"><script async src="https://www.googletagmanager.com/gtag/js?id=G-WRY4GB88CM"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-WRY4GB88CM");</script></head><body> <script src="./index.1719e78c.js" type="module"></script> </body></html>
<!Doctype html><html><head><title>Tab Viewer</title><link rel="manifest" href="./res/manifest.webmanifest"><link rel="icon shortcut" href="./favicon.4419477b.png"><link rel="stylesheet" type="text/css" href="./index.b43a7e55.css"><link rel="stylesheet" type="text/css" href="./index.cb089467.css"><script src="https://kit.fontawesome.com/4ae49116a2.js" crossorigin></script><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"><script async src="https://www.googletagmanager.com/gtag/js?id=G-WRY4GB88CM"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-WRY4GB88CM");</script></head><body> <script src="./index.1719e78c.js" type="module"></script> </body></html>
1 change: 1 addition & 0 deletions docs/res/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"background_color":"purple","description":"Shows random fox pictures. Hey, at least it isn't cats.","display":"fullscreen","icons":[{"src":"replacethiswithadot/favicon.4419477b.png","sizes":"128x128","type":"image/png"}],"name":"Tablature Viewer","short_name":"Tabviewer","start_url":"/"}
61 changes: 61 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"homepage": "https://github.com/tablature-viewer/tablature-viewer.github.io",
"description": "",
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.0",
"@parcel/transformer-webmanifest": "^2.6.0",
"parcel": "^2.0.0",
"purescript": "^0.15.2",
"purs-tidy": "^0.7.2",
Expand Down
2 changes: 1 addition & 1 deletion res/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"display": "fullscreen",
"icons": [
{
"src": "./res/favicon.png",
"src": "./favicon.png",
"sizes": "128x128",
"type": "image/png"
}
Expand Down

0 comments on commit 12dc0ba

Please sign in to comment.