-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
51 lines (46 loc) · 1.56 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
{
"manifest_version": 2,
"name": "Frontosaur",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu4CEAMYgqsw5/9CebqJviGMWYKOk9qkY89Fyf6QRrBvXOOdx0krKWczD2hTeDjuWp1xzrMdwWSdf5rM040D5SKpvkzg3BYcAlch1e8ePUesLTh85uFEc0jsrrZLrA/E2JzEQu5YJHm5UfDWMvTiC52uhfEforUMNQRcfBiKLR2MV91JOCcPCOpf9DETOP60sIJUXrMUI86iaKvWlvPdRYucjH0fhG6UJFU3iiq8r0bXfqu5BdMCaJ2jupMAV6ymFX4eOr/1zMOLpvKo8/lK0pxKNsNiOvEZXsAktwDDQbVFjTL94X4d/PJXzjIJ1hP4A+j7lfTMI0LV7mOmB0OXdZwIDAQAB",
"version": "1.0",
"icons": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"48": "icons/logo-48.png",
"128": "icons/logo-128.png"
},
"background": {
"scripts": ["background.js"],
"persistent": false
},
"permissions": [
"activeTab"
, "identity"
, "tabs"
, "storage"
, "https://frontosaur.com/"
, "https://www.facebook.com/dialog/"
, "https://graph.facebook.com/"
],
"oauth2": {
"client_id": "791575800043-b2eub006htppogootg0652cml1epsgho.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/contacts.readonly",
"email",
"profile",
"https://www.googleapis.com/auth/plus.login"
]
},
"browser_action": {
"default_icon": {
"16": "icons/logo.png",
"32": "icons/logo.png",
"48": "icons/logo.png",
"128": "icons/logo.png"
},
"default_title": "Frontosaur"
},
"web_accessible_resources": [
"content_scripts/*"
]
}