Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
TristonStuart
GitHub Repository: TristonStuart/ShellShockersHack
Path: blob/master/Developer Extension/manifest.json
722 views
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