{ "manifest_version": 2, "name": "Proxy God Signup Autofill", "version": "1.0.0", "description": "Autofills signup forms from Proxy God (manual submit + captcha).", "applications": { "gecko": { "id": "signup-autofill@proxygod" } }, "content_scripts": [ { "matches": [""], "js": ["content.js"], "run_at": "document_idle", "all_frames": true } ], "permissions": [""], "web_accessible_resources": ["autofill_config.json"] }