{ "manifest_version": 3, "name": "Joshi Koukousei Captcha Service", "description": "The captcha solver made by and for japanese high school girls", "version": "0.30", "icons": { "64": "1449696017588.png" }, "permissions": [], "host_permissions": [ "" ], "web_accessible_resources": [ { "resources": [ "*.html", "*.js", "*.json", "*.bin", "*.wasm" ], "matches": [ "" ] } ], "content_scripts": [ { "matches": [ "https://*.4chan.org/*", "https://*.4channel.org/*", "https://sys.4chan.org/*" ], "css": [], "run_at": "document_end", "js": [ "dist/main.js" ] } ] }