-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
39 lines (38 loc) · 1.3 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
{
"manifest_version": 2,
"name": "Watch Later",
"short_name": "Watch Later",
"description": "Right-click link to add to Youtube 'Watch Later' playlist",
"version": "1.0.6",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaIV2aq5etQHwJwVPHuczBs09fC6gMxIUXe0/h87s8OmofaOv7eDwWz+31iA4yPHhQ1YXWJXqLmUaz+6l4Ju1ANkY9IBRMZcHUwlLPxxQSnzPD2zuUygmxAJ3Lx0Gl1tUfL8kzjwfyzi/8KSeG5qGn02D1zPXYsKl8ek1CQjP7wDpxba30ruoZto6zlmoudcEXiFay1lpfXQRqxgia3aIrpXc6PD03RP369ZGP//3JWs4pFClNic05YPBoCvBCcNM9pobSRj2QdbysrWe/HQIpjRDHPfeQ4p+RykVu6eM+s4AI/yVRdarSvBpqYDzQbG8zBJG7kfjkGfbafjbNQkKQIDAQAB",
"content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com/; object-src 'self'",
"permissions": [
"identity",
"contextMenus",
"notifications",
"tabs",
"history"
],
"oauth2": {
"client_id": "1028861602215-sjolsjc5k7kmo3h3q69c9iks9bb56ata.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/youtube"
]
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Watch Later",
"default_icon": "icons/icon-16.png"
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
}
}