mirror of
https://codeberg.org/vlw/stadia-avatar.git
synced 2025-09-14 07:23:41 +02:00
Separated client- and server-side features into seperate root folders. Since Stadia Avatar now has two versions (Userscript and Chrome extension). Added core extension functionality. Created a page constructor for extension popup. High probability that I will create a seperate repo for this feature, as it's pretty neat and very useful for future extensions.
18 lines
No EOL
566 B
JSON
18 lines
No EOL
566 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": "All image formats supported by Chrome except SVG can be added",
|
|
"description": "Disclaimer about supported image formats"
|
|
},
|
|
"page_return": {
|
|
"message": "Go back",
|
|
"description": "Tooltip when hovering the back button on a page"
|
|
}
|
|
} |