Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
remove pwa tracking (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-backdoor authored Jan 12, 2025
1 parent a0a7f03 commit 0d691f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions favicons/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "MeOS",
"short_name": "MeOS",
"description": "MeOS is a browser-based desktop environment accessible on any device. Powered by Progressive Web App (PWA) technology, it delivers offline functionality, cross-platform compatibility, and real-time device insights.",
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"id": "/",
"start_url": "/",
"scope": "/",
"lang": "en",
"display": "standalone",
Expand All @@ -24,7 +24,7 @@
{
"name": "MeOS",
"short_name": "MeOS",
"url": "/?source=pwa",
"url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -36,7 +36,7 @@
{
"name": "MeOS - Data Dashboard",
"short_name": "Data",
"url": "/data/?source=pwa",
"url": "/data/",
"icons": [
{
"src": "/pwa/data.png",
Expand All @@ -48,27 +48,27 @@
{
"name": "About",
"short_name": "About",
"url": "/about/?source=pwa"
"url": "/about/"
},
{
"name": "Device Selector",
"short_name": "Devices",
"url": "/devices/?source=pwa"
"url": "/devices/"
},
{
"name": "Login",
"short_name": "Login",
"url": "/lock/?source=pwa"
"url": "/lock/"
},
{
"name": "Reboot",
"short_name": "Reboot",
"url": "/reboot/?source=pwa"
"url": "/reboot/"
},
{
"name": "Update",
"short_name": "Update",
"url": "/update/?source=pwa"
"url": "/update/"
}
],
"theme_color": "#1f1e25",
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layouts/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</section>

<section class="about__section about__section--home-buttons">
<a class="home-buttons__btn home-buttons__btn--primary" href="/?source=about">try it out</a>
<a class="home-buttons__btn home-buttons__btn--primary" href="/">try it out</a>
<a class="home-buttons__btn home-buttons__btn--secondary" href="https://github.com/black-backdoor/MeOS?ref=meos" target="_blank">GitHub</a>
</section>

Expand Down

0 comments on commit 0d691f1

Please sign in to comment.