stadia-avatar/client/extension/_locales/en/messages.json
Victor Westerlund 62e493cbfd Streamlined getComputedStyle(document.body)
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.
2021-02-08 11:09:06 +01:00

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"
}
}