stadia-avatar/client/extension/_locales/en/messages.json
Victor Westerlund 74b2635755 New folder structure for extension
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.
2021-02-08 04:50:47 +01:00

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