-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
57 lines (46 loc) · 1.85 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
{
"name": "Yathit: SuiteCRM for Gmail",
"short_name": "Yathit: SuiteCRM for Gmail",
"description": "Yathit SuiteCRM for Gmail is a secure delightful time-saving tool for SugarCRM users in Gmail.",
"version": "12.1.7",
"manifest_version": 2,
"default_locale": "en",
"background": {
"scripts": [
"js/environment.js",
"jsc/ydn.crm.js"],
"persistent": false
},
"content_scripts": [
{
"matches": ["https://mail.google.com/*"],
"run_at": "document_idle",
"css": ["css/inj.css"],
"js": ["js/environment.js", "js/product.js", "jsc/crmininbox.js"]
}
],
"web_accessible_resources": [
"option-page.html",
"login.html",
"popup.html",
"inj-template.html",
"jsc/*",
"image/*"],
"content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' https://ssl.gstatic.com ",
"permissions": ["identity", "storage", "activeTab", "gcm", "notifications", "alarms", "https://mail.google.com/*", "https://www.yathit.com/*", "https://mail-attachment.googleusercontent.com/*"],
"incognito": "spanning",
"optional_permissions": ["pageCapture", "http://*/", "https://*/"],
"options_page": "option-page.html",
"icons": {
"16": "image/logo.png",
"128": "image/logo-128.png"
},
"oauth2": {
"client_id": "164649788853-tsu2krbup1585t3kl5u9dggks26sd7ln.apps.googleusercontent.com",
"scopes": [
"profile email"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7DF1n0MWKwMapvJz+nMyWtZ9zKRQVxxSDKNzSzyJ+tAJk5g8rf4+jLeT/K57rByIuJmZcW6+eKbY7Ga0RPXcto4xOXNmOSTQkjM6vQg8YjfPDVXVXJy7/44jfagJST0jl42Jkp6zHsAhtNuw8v970BDVSU6mL1CDHx8wJTFvttYJelvUI142mWLk68DHJdmdLtDvyBQl0PdP5OIjJPm8ZNUYLJetvep1IsSCHiqK5cZ0QE6rurB3FzknVhAikPE8crAl4moXS/6C29pHcJXkXTbgAYg28efJ8rpz9XmX9vg+I1NrvQWwLQn61pwow+JzoZGn4mpwH7YtXI/1kb98twIDAQAB",
"minimum_chrome_version": "37"
}