Add PsiTransfer branding assets to manifest and account UI
This commit is contained in:
parent
e04fe8fa30
commit
911eb27fd9
3 changed files with 18 additions and 0 deletions
|
|
@ -9,6 +9,14 @@
|
||||||
"strict_min_version": "128.0"
|
"strict_min_version": "128.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"icons": {
|
||||||
|
"16": "resources/img/logo16.png",
|
||||||
|
"32": "resources/img/logo32.png",
|
||||||
|
"48": "resources/img/logo48.png",
|
||||||
|
"64": "resources/img/logo64.png",
|
||||||
|
"96": "resources/img/logo96.png",
|
||||||
|
"128": "resources/img/logo128.png"
|
||||||
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"cloudFile",
|
"cloudFile",
|
||||||
"storage"
|
"storage"
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
|
display: grid;
|
||||||
|
gap: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-logo {
|
||||||
|
display: block;
|
||||||
|
width: 64px;
|
||||||
|
height: 64px;
|
||||||
|
}
|
||||||
|
|
||||||
.eyebrow {
|
.eyebrow {
|
||||||
margin: 0 0 8px;
|
margin: 0 0 8px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,13 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>PsiTransfer Account</title>
|
<title>PsiTransfer Account</title>
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="../resources/img/logo32.png" />
|
||||||
<link rel="stylesheet" href="account.css" />
|
<link rel="stylesheet" href="account.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="page">
|
<main class="page">
|
||||||
<header class="hero">
|
<header class="hero">
|
||||||
|
<img class="hero-logo" src="../resources/img/logo128.png" alt="PsiTransfer Filelink logo" width="64" height="64" />
|
||||||
<p class="eyebrow">Thunderbird Filelink</p>
|
<p class="eyebrow">Thunderbird Filelink</p>
|
||||||
<h1>PsiTransfer Account</h1>
|
<h1>PsiTransfer Account</h1>
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue