diff --git a/README.md b/README.md
index a73cfedbb..bc6ad841d 100644
--- a/README.md
+++ b/README.md
@@ -237,8 +237,11 @@ You need to provide a field `stac_browser` and then you can set any of the follo
STAC Browser supports some non-standardized extensions to the STAC specification that you can use to improve the user-experience.
-1. To the [Provider Object](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#provider-object) you can add an `email` (or `mail`) field with an e-mail address and the mail will be shown in the Browser, too.
-2. A link with relation type `icon` and a Browser-supported media type in any STAC entity will show an icon in the header and the lists.
+1. [Provider Object](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#provider-object):
+ Add an `email` (or `mail`) field with an e-mail address and the mail will be shown in the Browser.
+2. [Alternative Assets Object](https://github.com/stac-extensions/alternate-assets?tab=readme-ov-file#alternate-asset-object):
+ Add a `name` field and it will be used as title in the tab header.
+3. A link with relation type `icon` and a Browser-supported media type in any STAC entity will show an icon in the header and the lists of Catalogs, Collections and Items.
## Docker
diff --git a/src/components/Asset.vue b/src/components/Asset.vue
index 6fc320dd3..1326cc4b6 100644
--- a/src/components/Asset.vue
+++ b/src/components/Asset.vue
@@ -18,36 +18,39 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/locales/de/texts.json b/src/locales/de/texts.json
index bb0ba1660..17f25d5bf 100644
--- a/src/locales/de/texts.json
+++ b/src/locales/de/texts.json
@@ -8,6 +8,9 @@
"title": "Anonymisiert"
},
"assets": {
+ "alternate": {
+ "main": "Bevorzugt"
+ },
"copyGdalVfsUrl": {
"generic": "Kopiere GDAL VFS Adresse",
"withSource": "Kopiere GDAL VFS Adresse für {source}"
diff --git a/src/locales/en/texts.json b/src/locales/en/texts.json
index 963e064cb..002d9b592 100644
--- a/src/locales/en/texts.json
+++ b/src/locales/en/texts.json
@@ -8,6 +8,9 @@
"title": "Anonymized"
},
"assets": {
+ "alternate": {
+ "main": "Preferred"
+ },
"copyGdalVfsUrl": {
"generic": "Copy GDAL VFS URL",
"withSource": "Copy GDAL VFS URL for {source}"