Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stream Payments Nicknamer",
"description": "Change your display name in Stream Payments",
"version": "1.0.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/streampayments.live\/*"
],
"js": [
"inject_user_name.js"
],
"world": "MAIN"
}
],
"action": {
"default_icon": {
"16": "\/images\/n16.png",
"32": "\/images\/n32.png",
"48": "\/images\/n48.png",
"128": "\/images\/n128.png"
}
}
}