CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
TristonStuart

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: TristonStuart/ShellShockersHack
Path: blob/master/Developer Extension/manifest.json
Views: 328
1
{
2
"manifest_version": 2,
3
4
"name": "ShellShock Developer Hack",
5
"version": "4.2",
6
"description": "by TDStuart",
7
"author": "TDStuart",
8
9
"content_scripts": [{
10
"js": ["content.js"],
11
"matches": ["https://shellshock.io/*"]
12
}]
13
14
}
15
16