Inspect and view changes in Conversor de Letras Cursivas 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
{
"manifest_version": 2,
"name": "Unicode Text Converter",
"version": "1.0",
"description": "Convierte el texto en un tipo de letra bonita unicode y permite copiarlo fácilmente",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [],
"browser_specific_settings": {
"gecko": {
"id": "{732d189d-b343-42eb-8694-3e084565b5a1}"
}
}
}