Inspect and view changes in Utaformatix source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Utaformatix",
"version": "3.6.3.0",
"manifest_version": 2,
"description": "A chromium extension for converting projects among singing voice synthesizer softwares.",
"browser_action": {
"default_title": "Utaformatix"
},
"offline_enabled": true,
"optional_permissions": [
"webNavigation"
],
"options_ui": {
"chrome_style": true,
"open_in_tab": true,
"page": "data/options/index.html"
},
"background": {
"persistent": true,
"scripts": [
"common.js"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}