-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
53 lines (53 loc) · 1.3 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Show my ip & friendly report",
"description": "View your IP address and suitable for reporting",
"version": "1.8",
"homepage_url": "https://github.com/mahdi-agnelli/Show-my-ip-friendly-report",
"manifest_version": 2,
"author": "mahdi.agnelli",
"icons": {
"16": "icons/icon-gray.svg",
"32": "icons/icon-gray.svg",
"48": "icons/icon-gray.svg",
"64": "icons/icon-gray.svg",
"128": "icons/icon-gray.svg"
},
"browser_action": {
"default_title": "Display your IP address",
"default_popup": "data/index.html",
"default_icon": {
"16": "icons/icon-16.svg",
"32": "icons/icon.svg",
"64": "icons/icon.svg",
"128": "icons/icon.svg"
},
"theme_icons": [
{
"light": "icons/icon-light-16.svg",
"dark": "icons/icon-16.svg",
"size": 16
},
{
"light": "icons/icon-light.svg",
"dark": "icons/icon.svg",
"size": 32
},
{
"light": "icons/icon-light.svg",
"dark": "icons/icon.svg",
"size": 64
},
{
"light": "icons/icon-light.svg",
"dark": "icons/icon.svg",
"size": 128
}
]
},
"permissions": [
"https://twin.sh/api/v1/ip",
"http://ip-api.com/line?fields=query",
"webRequest",
"clipboardWrite"
]
}