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