-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
79 lines (75 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<<<<<<< HEAD
{
"manifest_version": 2,
"name": "R.A.Y.A.N",
"description": "Chrome Voice Assistant",
"version": "1.0",
"content_security_policy": "script-src 'self' https://www.gstatic.com/firebasejs/4.10.0/firebase.js https://cdn.firebase.com https://*.firebaseio.com https://*.firebaseio-demo.com; object-src 'self'",
"browser_action": {
"default_icon": "siri.png",
"default_popup": "popup.html"
},
"commands": {
"listen": {
"suggested_key": {
"default": "Ctrl+Shift+0"
},
"description": "listen",
"global": true
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"storage",
"tabs",
"activeTab",
"http://*/*",
"https://*/*",
"management",
"topSites"
]
}
=======
{
"manifest_version": 2,
"name": "R.A.Y.A.N",
"description": "Chrome Voice Assistant",
"version": "1.0",
"content_security_policy": "script-src 'self' https://www.gstatic.com/firebasejs/4.10.0/firebase.js https://cdn.firebase.com https://*.firebaseio.com https://*.firebaseio-demo.com; object-src 'self'",
"browser_action": {
"default_icon": "siri.png",
"default_popup": "popup.html"
},
"commands": {
"listen": {
"suggested_key": {
"default": "Ctrl+Shift+0"
},
"description": "listen",
"global": true
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"storage",
"tabs",
"activeTab",
"http://*/*",
"https://*/*",
"management",
"topSites"
]
}
>>>>>>> a16b7a05c056b63bdf89fde868b03e7350c02286