Updated icon, updated language

pull/2/head
Guus van Meerveld 4 years ago
parent 2f178f5ae8
commit 50a7364f42

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -1,6 +1,6 @@
{
"name": "Magister Auto-Login",
"version": "1.0",
"version": "1.1",
"manifest_version": 2,
"description": "Auto-Login for Magister 6 webapp.",
"options_page": "options/index.html",
@ -15,12 +15,13 @@
"default_title": "Auto-login",
"default_popup": "/popup/index.html"
},
// "icons": {
// "16": "/img/icon16.png",
// "32": "/img/icon32.png",
// "48": "/img/icon48.png",
// "128": "/img/icon128.png"
// },
"icons": {
"16": "/icons/16x.png",
"32": "/icons/32x.png",
"48": "/icons/48x.png",
"128": "/icons/128x.png",
"256": "/icons/256x.png"
},
"permissions": [
"https://accounts.magister.net/*",
"storage"

@ -3,6 +3,7 @@
<head>
<title>Options | Magister Auto-Login</title>
<link rel="shortcut icon" href="/icons/128x.png">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="/materials-switches.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
@ -24,9 +25,9 @@
</div>
<div class="row">
<div class="col">
<label for="">Leerlingnummer:</label>
<label for="">Username:</label>
<input type="text" class="form-control mb-3 login" autofocus name="number" id="number"
placeholder="Enter leerlingnummer">
placeholder="Enter username">
<hr class="bg-light mb-3">
<label for="">Password:</label>
<input type="password" class="form-control mb-3 login" name="password" id="password"

@ -16,9 +16,9 @@
</div>
<div class="row">
<div class="col">
<label for="">Leerlingnummer:</label>
<label for="">Username:</label>
<input type="text" class="form-control mb-3 login" autofocus name="number" id="number"
placeholder="Enter leerlingnummer">
placeholder="Enter username">
<hr class="bg-light mb-3">
<label for="">Password:</label>
<input type="password" class="form-control mb-3 login" name="password" id="password"

Loading…
Cancel
Save