mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
webRequest support
This commit is contained in:
parent
c961f4e45c
commit
f2703f7f95
2 changed files with 82 additions and 3 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"$ref": "FirefoxSpecificProperties",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "UnrecognizedProperty" }
|
||||
},
|
||||
|
||||
"browser_specific_settings": {
|
||||
|
|
@ -36,8 +37,13 @@
|
|||
"gecko": {
|
||||
"$ref": "FirefoxSpecificProperties",
|
||||
"optional": true
|
||||
},
|
||||
"gecko_android": {
|
||||
"$ref": "FirefoxSpecificProperties",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "UnrecognizedProperty" }
|
||||
},
|
||||
|
||||
"name": {
|
||||
|
|
@ -261,8 +267,16 @@
|
|||
"strict_max_version": {
|
||||
"type": "string",
|
||||
"optional": true
|
||||
},
|
||||
|
||||
"data_collection_permissions": {
|
||||
"type": "object",
|
||||
"optional": true,
|
||||
"onError": "warn",
|
||||
"additionalProperties": { "type": "any" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "UnrecognizedProperty" }
|
||||
},
|
||||
{
|
||||
"id": "MatchPattern",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue