commit | 493ab156ac9f2610f91f0d5df9a7a793b6539988 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Tue Jun 06 10:56:51 2023 +0100 |
committer | Hector Dearman <hjd@google.com> | Tue Jun 06 10:56:51 2023 +0100 |
tree | 29279551f7a0884bac6f16e57bd267d8964d7855 | |
parent | ab9dfbd465bc187ae6f9da84d8dcf19dc91e4b69 [diff] |
ui: Remove extra permission Bug: 285936942 Change-Id: Iabe283730a17a2fbbf330088ca5a4e81e706de1a
diff --git a/ui/src/chrome_extension/manifest.json b/ui/src/chrome_extension/manifest.json index 19edc67..b2855ff 100644 --- a/ui/src/chrome_extension/manifest.json +++ b/ui/src/chrome_extension/manifest.json
@@ -22,8 +22,7 @@ "matches": [ "*://localhost/*", "*://127.0.0.1/*", - "https://*.perfetto.dev/*", - "https://storage.googleapis.com/*" + "https://*.perfetto.dev/*" ] } -} \ No newline at end of file +}