There was an error while loading. Please reload this page.
1 parent 25d80e5 commit 107e240Copy full SHA for 107e240
1 file changed
src/browser/extensions/glide/manifest.json
@@ -12,12 +12,9 @@
12
13
"permissions": [
14
"mozillaAddons",
15
- "scripting",
16
- "tabs",
17
- "webNavigation",
18
- "webRequestBlocking",
19
"<all_urls>",
20
"activeTab",
+ "activityLog",
21
"alarms",
22
"bookmarks",
23
"browserSettings",
@@ -36,6 +33,7 @@
36
33
"downloads",
37
34
"downloads.open",
38
35
"find",
+ "geckoProfiler",
39
"geolocation",
40
"history",
41
"identity",
@@ -44,6 +42,7 @@
44
42
"menus",
45
43
"menus.overrideContext",
46
"nativeMessaging",
+ "networkStatus",
47
"notifications",
48
"pkcs11",
49
"privacy",
@@ -52,8 +51,10 @@
52
51
"search",
53
"sessions",
54
"storage",
+ "tabGroups",
55
"tabHide",
56
"tabs",
57
+ "telemetry",
58
"theme",
59
"topSites",
60
"unlimitedStorage",
0 commit comments