Skip to content

Commit

Permalink
fix(keep-pwa): pwa name, description on html and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed May 12, 2023
1 parent 198d0e8 commit 40725d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions uniquely/keep-pwa/res/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<base href="/" />

<meta charset="utf-8" />
<title>تولید‌کننده اسکوپ سنگ‌نما</title>
<title>Keep Collection</title>

<link rel="preload" as="style" href="alwatr-pwa.css" fetchpriority="high" />
<link rel="preload" as="script" href="alwatr-pwa.js" fetchpriority="high" crossorigin />
<link
media="print"
rel="stylesheet"
href="alwatr-pwa.css"
onload="this.media='all';this.onload=null;"
Expand All @@ -27,11 +26,11 @@
<link rel="manifest" href="manifest.webmanifest" />
<!-- Add to home screen for Chrome on Android. Fallback for manifest.json -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="تولید‌کننده اسکوپ سنگ‌نما" />
<meta name="application-name" content="Keep" />
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="تولید‌کننده اسکوپ سنگ‌نما" />
<meta name="apple-mobile-web-app-title" content="Keep Collection" />
<link rel="apple-touch-startup-image" href="image/icon-192.png" />
<!-- Home screen icons -->
<link rel="apple-touch-icon" href="image/icon-180.png" />
Expand All @@ -40,12 +39,12 @@
<meta name="msapplication-TileColor" content="#c24000" />
<meta name="msapplication-tap-highlight" content="no" />

<meta name="description" content="نرم‌افزار یکپارچه اسکوپ سنگ‌نما" />
<meta property="og:title" content="تولید‌کننده اسکوپ سنگ‌نما" />
<meta name="description" content="Keep Collection Official PWA" />
<meta property="og:title" content="Keep" />
<meta property="og:type" content="website" />
<meta name="og:description" content="نرم‌افزار یکپارچه اسکوپ سنگ‌نما" />
<meta name="og:description" content="Keep Collection Official PWA" />

<link rel="canonical" href="https://keep.soffit.co" />
<link rel="canonical" href="https://keeperco.ir" />

<style>
html,
Expand Down
6 changes: 3 additions & 3 deletions uniquely/keep-pwa/res/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "تولید‌کننده اسکوپ سنگ‌نما",
"name": "تولید‌کننده اسکوپ سنگ‌نما",
"description": "نرم‌افزار یکپارچه اسکوپ سنگ‌نما",
"short_name": "Keep",
"name": "Keep Collection",
"description": "Keep Collection Official PWA",
"start_url": "/",
"display": "standalone",
"theme_color": "#c24000",
Expand Down

0 comments on commit 40725d4

Please sign in to comment.