Inspect and view changes in TST insert as next root sibling 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": "TST insert as next sibling",
"version": "1.0",
"description": "",
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{a1d351b0-b39f-47d7-9781-7cc690baf98f}"
}
}
}