Inspect and view changes in Tiếq Việt 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": "Tiếq Việt",
"description": "Trình chuyển đổi ngôn ngữ từ Tiếng Việt sang Tiếq Việt.",
"version": "1.2resigned1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon.png"
},
"background": {
"persistent": false,
"scripts": [
"jquery.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"jquery.js"
],
"css": [
"document_style.css"
]
}
],
"permissions": [
"activeTab",
"storage",
"tabs",
"http://*/*",
"https://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{54dc7076-275f-4aaa-a4a8-3a850c4902a8}"
}
}
}