Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jul 7, 2024
1 parent af5ae7f commit c6ed4d8
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 435 deletions.
4 changes: 4 additions & 0 deletions schemas/beta/webext.json
Original file line number Diff line number Diff line change
Expand Up @@ -14088,6 +14088,10 @@
"strict_max_version": {
"type": "string",
"optional": true
},
"admin_install_only": {
"type": "boolean",
"optional": true
}
},
"additionalProperties": {
Expand Down
43 changes: 6 additions & 37 deletions schemas/central/webext.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@
"optional": true,
"format": "url",
"pattern": "^(https://|http://(localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
"preprocess": "localize"
"preprocess": "localize",
"deprecated": "Unsupported on Firefox at this time."
},
"alternate_urls": {
"type": "array",
Expand Down Expand Up @@ -13884,30 +13885,6 @@
}
}
},
{
"id": "WebExtensionSitePermissionsManifest",
"type": "object",
"description": "Represents a WebExtension site permissions manifest.json file",
"$import": "ManifestBase",
"properties": {
"site_permissions": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "SitePermission"
}
},
"install_origins": {
"type": "array",
"minItems": 1,
"maxItems": 1,
"items": {
"type": "string",
"format": "origin"
}
}
}
},
{
"id": "ThemeIcons",
"type": "object",
Expand Down Expand Up @@ -14020,18 +13997,6 @@
}
]
},
{
"id": "SitePermission",
"choices": [
{
"type": "string",
"enum": [
"midi",
"midi-sysex"
]
}
]
},
{
"id": "HttpURL",
"type": "string",
Expand Down Expand Up @@ -14088,6 +14053,10 @@
"strict_max_version": {
"type": "string",
"optional": true
},
"admin_install_only": {
"type": "boolean",
"optional": true
}
},
"additionalProperties": {
Expand Down
Loading

0 comments on commit c6ed4d8

Please sign in to comment.