1{ 2 "manifest_version": 2, 3 4 "name": "Shell Shockers Hack", 5 "version": "4", 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