Inspect and view changes in RunCode - Cloud Development Environment 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": "RunCode - Cloud Development Environment",
"version": "1.0.3",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoNKFUReAMNovHcQhscX6cuPhr2sjiBlGia+Xrt7J9dGPY+JWhPF+HNBnSIsUjA2ciIyjBIlloyHz751DaYW8uzcDNlCidGRvCas6+QO+YwWPel9efBUKLj1uw0CZCMlkYElbniR7DYT7w9pD8aQwiNPB8akNFAAv1iTTK+LL/TsajpCD5sXA3vOorEjNvSkWiFYd1BLiISRvRKPctROBGfbcWPYADAQR3aEt8+eP67/OEExGpBZWLIDTXwNDFtxBPmyS/FILzy3Ziklv0u4UhVa6Xp5QgLStu1rE/z4e33KmBdNMkZB+7IAYtjMI50+1bga2v5zLYNwuLW85OahS+QIDAQAB",
"action": {
"default_popup": "index.html"
},
"description": "Launch Workspace",
"author": "hello@runcode.io",
"icons": {
"16": "Group 7116.png",
"32": "Group 7132.png",
"48": "Group 7148.png",
"128": "Group 71128.png"
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*",
"*://*.gitlab.com/*",
"*://*.bitbucket.org/*"
],
"js": [
"content.js"
]
}
]
}