Inspect and view changes in Fix Service Provider Cockpit 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": "Fix SPC",
"description": "This extension makes SPC a bit more usable by resizing the text areas properly according to their content.",
"version": "1.0.2resigned1",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"fixspc.css"
],
"js": [
"fixspc.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{f4f0f9a3-ef39-4011-bdd6-f8a0add19172}"
}
}
}