Update icons
After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.6 KiB |
BIN
img/icon_x32.png
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 3.8 KiB |
BIN
img/icon_x48.png
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 60 KiB |
|
@ -11,9 +11,9 @@
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"16": "img/icon_x16.png",
|
|
||||||
"32": "img/icon_x32.png",
|
"32": "img/icon_x32.png",
|
||||||
"48": "img/icon_x48.png"
|
"48": "img/icon_action_x48.png",
|
||||||
|
"128": "img/icon_action_x128.png"
|
||||||
},
|
},
|
||||||
"default_title": "Share this page to Mastodon"
|
"default_title": "Share this page to Mastodon"
|
||||||
},
|
},
|
||||||
|
@ -34,9 +34,8 @@
|
||||||
"service_worker": "js/background.js"
|
"service_worker": "js/background.js"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "img/icon_x16.png",
|
"32": "img/icon_x32.png",
|
||||||
"48": "img/icon_x48.png",
|
"48": "img/icon_x48.png",
|
||||||
"128": "img/icon_x128.png",
|
"128": "img/icon_x128.png"
|
||||||
"512": "img/icon_x512.png"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="user-select-none">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<!-- Add a server -->
|
<!-- Add a server -->
|
||||||
<label for="mastodon-server-text" class="form-label">Add a server</label>
|
<label for="mastodon-server-text" class="form-label">Add a server</label>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
<input type="text" class="form-control" id="mastodon-server-text" placeholder="yourserver.social" aria-label="Server domain" aria-describedby="server-add-btn">
|
<input type="text" class="form-control" id="mastodon-server-text" placeholder="yourserver.social" aria-label="Server domain" aria-describedby="server-add-btn">
|
||||||
<button class="btn btn-outline-secondary" type="button" id="server-add-btn">Add</button>
|
<button class="btn btn-outline-secondary" type="button" id="server-add-btn">Add</button>
|
||||||
</div>
|
</div>
|
||||||
<small class="text-muted">Server must be running <a href="https://github.com/mastodon/mastodon/releases/tag/v1.6.0" target="_blank">Mastodon 1.6</a> or newer.</small>
|
<small class="text-muted">Mastodon forks or alternative servers, like Wildebeest or PixelFed, may not be compatible.</small>
|
||||||
<!-- Server select -->
|
<!-- Server select -->
|
||||||
<div class="mt-3 mb-1">
|
<div class="mt-3 mb-1">
|
||||||
<label for="mastodon-server-list" class="form-label">Saved servers</label>
|
<label for="mastodon-server-list" class="form-label">Saved servers</label>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="user-select-none">
|
||||||
<!-- UI for no servers saved -->
|
<!-- UI for no servers saved -->
|
||||||
<div id="server-warning" class="container text-center p-5 d-none">
|
<div id="server-warning" class="container text-center p-5 d-none">
|
||||||
You need to <a href="#" class="extension-settings-link">add some servers</a> first!
|
You need to <a href="#" class="extension-settings-link">add some servers</a> first!
|
||||||
|
|