-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (27 loc) · 1.24 KB
/
manifest.json
File metadata and controls
28 lines (27 loc) · 1.24 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
{
"manifest_version": 2,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmrMhStb9Dzw5R/8F/Wk71utVPr59OTvu+yqWixggh2dvSYoCFq8PCquBLpi5F8vb0FNTwNVOZX+CKPpEzEeXwXpkcocRq3lFqJJH2OXrS8t0KCE8jM2IBAQEVDSwaY8e+xemdmenU6L9kgdvJsmM81ZqIwrZzBEwNbr5mada+dOOYpducRrFtgggXNaBJwhlxN489TngZssdm/PKbIJpje/v4Lhs4OISJpowNGAjyj/zWxiooUUo7ueP73lqCmfmezYzgXGg983IwtXN/HvkMaxjECPxt+uuTq/avJY/M+2j2Ywyi839lASrQdvbgZMXektldQVvTgaMgFu1Xab1VQIDAQAB",
"name": "pledgmail",
"description": "Helps you write and receive shorter emails",
"version": "0.0.2.0",
"default locale": "en",
"icons": { "128": "imgs/pledge_pin.png"},
"content_scripts" : [
{
"matches": ["*://mail.google.com/mail/*"],
"js": ["js/jquery.js", "js/compose.js", "bower_components/jqnotifybar/jquery.notifyBar.js"],
"css": ["css/stylesheet.css", "bower_components/jqnotifybar/css/jquery.notifyBar.css"]
}
],
"background": {
"scripts": ["scripts/background.js", "js/jquery.js"]
},
"permissions": [
"identity",
"https://www.googleapis.com/*"
],
"oauth2": {
"client_id": "887620817404-4q33vuj5q7vcm59shqc0s2udcqhv7lah.apps.googleusercontent.com",
"scopes": ["https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.labels"]
}
}