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",
"manifest_version": 3,
"name": "taigi-sandhi-visualization",
"version": "1.6",
"description": "Highlights tone sandhi changes in Taiwanese romanization on the MOE dictionary site.",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/sutian.moe.edu.tw\/*"
],
"js": [
"taigi-sandhi-visualization.user.js"
]
}
],
"developer": {
"name": "hey0wing",
"url": "https:\/\/github.com\/hey0wing\/taigi-sandhi-visualization"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"128": "store_listing\/icon.png"
},
"screenshots": [
{
"src": "store_listing\/Screenshot1.png",
"sizes": "1280x800",
"type": "image\/png"
},
{
"src": "store_listing\/Screenshot2.png",
"sizes": "1280x800",
"type": "image\/png"
},
{
"src": "store_listing\/Screenshot3.png",
"sizes": "1280x800",
"type": "image\/png"
}
]
}