Inspect and view changes in Code formatter 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Code formatter",
"short_name": "Code formatter",
"version": "1.3",
"version_name": "first",
"author": "Akash Bijwe",
"homepage_url": "http://akashbijwe.github.io/",
"incognito": "split",
"offline_enabled": true,
"description": "This extension can format HTML, CSS, Javascript & Json code.",
"action": {
"default_icon": "img/logo_128.png",
"default_popup": "index.html",
"default_title": "Code Formatter"
},
"icons": {
"16": "img/logo_16.png",
"64": "img/logo_64.png",
"128": "img/logo_128.png"
}
}