Inspect and view changes in Matrix Calculator2 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": "Matrix Calculator2",
"version": "1.0.0",
"description": "calculate 3x3 matrix",
"manifest_version": 3,
"author": "gp-5",
"action": {
"default_popup": "index.html",
"default_title": "Matrix calculator"
},
"browser_specific_settings": {
"gecko": {
"id": "camyblueman2021@gmail.com"
}
}
}