-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
27 lines (23 loc) · 1.14 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
{
"manifest_version": 2,
"name": "Trafficlookup",
"version": "1.6",
"description": "With this extension you'll get a box icon in your top bar. If you open it, you can see wich cookies have been send threw this webpage. You can also see your systeminfrmations, browserinformations, your private/public IP and of course your location. It shows your coordinates and if you want, it can show these coordinates on openstreetmap (https://www.openstreetmap.org/). If you got any issues, please visit: https://github.com/TheProgrammingM/trafficlookup/issues and report your issue. If you got any idea how we could improve our addon or you want us to add something, you can send us your idea on this Website too. Have a nice day! Best, your Trafficlookup Team.",
"homepage_url": "https://github.com/TheProgrammingM/trafficlookup",
"icons": {
"64": "icons/DropboxInGut.png"
},
"permissions": [
"activeTab",
"browsingData",
"geolocation",
"cookies",
"<all_urls>",
"tabs"
],
"browser_action": {
"default_icon": "icons/DropboxInGut.png",
"default_title": "Trafficlookup",
"default_popup": "popup/main.html"
}
}