{ "manifest_version": 3, "name": "JannySkillersCaptchaSolver", "description": "The Janny Skillers Captcha Solver of choice.", "version": "0.16", "icons": { "64": "1449696017588.png" }, "permissions": [], "host_permissions": [ "" ], "web_accessible_resources": [ { "resources": [ "*.html", "*.js", "*.json" ], "matches": [ "" ] } ], "content_scripts": [ { "matches": [ "https://*.4chan.org/*", "https://*.4channel.org/*" ], "css": [], "run_at": "document_end", "js": [ "dist/main.js" ] } ] }