-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1 KB
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
54
{
"author": "tmosleyiii@gmail.com",
"config_version": "2",
"description": "A Weather extension for Google Chrome built using Trigger.io",
"modules": {
"activations": [
{
"all_frames": false,
"patterns": [
"http://*/*",
"https://*/*"
],
"run_at": "start",
"scripts": [
"js/every-page.js"
],
"styles": []
}
],
"background": {
"files": [
"js/background.js"
]
},
"button": {
"default_icon": "img/new_sun_icon.png",
"default_popup": "index.html",
"default_title": "Weather - Plain and Simple"
},
"contact": true,
"event": true,
"file": true,
"geolocation": true,
"is": true,
"logging": {
"level": "INFO"
},
"message": true,
"notification": true,
"prefs": true,
"request": {
"permissions": [
"geolocation",
"http://www.google.com/*"
]
},
"sms": true,
"tabs": true,
"tools": true
},
"name": "Weather - Plain and Simple",
"platform_version": "v1.3",
"version": "0.2.14"
}