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/Shell Shockers Hack (V3)/manifest.json
Views: 328
1
{
2
"manifest_version": 2,
3
4
"name": "Shell Shockers Hack",
5
"version": "3.0",
6
"author": "TDStuart",
7
"description": "by TDStuart",
8
9
"content_scripts": [{
10
"js": ["content.js"],
11
"matches": ["https://shellshock.io/*"]
12
}]
13
14
}
15
16