-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
32 lines (32 loc) · 851 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"manifest_version": 3,
"name": "Umami Exclude Myself",
"version": "1.0.1",
"description": "Toggle Umami analytics tracking for yourself",
"author": "Jérémie Gisserot",
"homepage_url": "https://github.com/ledjay/umami-chrome-extension",
"minimum_chrome_version": "88",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets/icon-16-gray.png",
"32": "assets/icon-32-gray.png",
"48": "assets/icon-48-gray.png",
"128": "assets/icon-128-gray.png"
}
},
"icons": {
"16": "assets/icon-16-gray.png",
"32": "assets/icon-32-gray.png",
"48": "assets/icon-48-gray.png",
"128": "assets/icon-128-gray.png"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [],
"offline_enabled": false,
"short_name": "Umami Toggle"
}