first commit
This commit is contained in:
21
proxy_chain_manager/signup_extension/manifest.json
Normal file
21
proxy_chain_manager/signup_extension/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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": ["<all_urls>"],
|
||||
"js": ["content.js"],
|
||||
"run_at": "document_idle",
|
||||
"all_frames": true
|
||||
}
|
||||
],
|
||||
"permissions": ["<all_urls>"],
|
||||
"web_accessible_resources": ["autofill_config.json"]
|
||||
}
|
||||
Reference in New Issue
Block a user