mirror of
https://codeberg.org/vlw/stadia-avatar.git
synced 2025-09-13 23:23:40 +02:00
getComputedStyle(document.body) can now be accessed from this.style within a Page() instance. Added basic content insertion to ChangeAvatar.mjs. Page() body font-size for extension popup.
18 lines
No EOL
663 B
JSON
18 lines
No EOL
663 B
JSON
{
|
|
"extension_description": {
|
|
"message": "Custom Stadia avatars for you and your friends",
|
|
"description": "Short summary of this extension's function."
|
|
},
|
|
"avatar_set": {
|
|
"message": "Set avatar from",
|
|
"description": "List of different options to set a users's avatar"
|
|
},
|
|
"avatar_set_url_support": {
|
|
"message": "Image should be at least 100x100px for best clarity across Stadia. URL must link directly to an image resource of type WebP, AVIF, PNG, APNG, GIF or JPG/JPEG.",
|
|
"description": "Disclaimer about supported image formats"
|
|
},
|
|
"page_return": {
|
|
"message": "Go back",
|
|
"description": "Tooltip when hovering the back button on a page"
|
|
}
|
|
} |