{
"name": "Redundant extension with optional google maps host permission",
"version": "0.0.1.33",
"manifest_version": 3,
"description": "Extension with overlapping required and optional host permissions",
"host_permissions": [
"https://example.com/*",
"https://*.google.com/*"
],
"optional_host_permissions": [
"https://google.com/maps",
"*://chromium.org/*"
]
}