Commit 7f981daf authored by Kelvin Jiang's avatar Kelvin Jiang Committed by Chromium LUCI CQ

[Extensions] Expose host_permissions manifest key in stable

Was previously (erroneously) restricted to dev. This hotfix fixes that

Bug: 1162860
Change-Id: I27e588f9027a36fe9c8e0e8cad8c242dc117f833
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612205Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840431}
parent 009a59e6
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
} }
], ],
"host_permissions": { "host_permissions": {
"channel": "dev", "channel": "stable",
"extension_types": ["extension"], "extension_types": ["extension"],
"min_manifest_version": 3 "min_manifest_version": 3
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment