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": "Tsundere translator for Slack",
"manifest_version": 3,
"version": "1.0.1",
"description": "Translate your tsundere friends' messages.",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.slack.com\/messages*"
],
"js": [
"script.js"
]
}
]
}