-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (40 loc) · 1.24 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
{
"name": "Compucast Assistant",
"version": "0.0.1.14",
"description": "Helper for common Compucast website activities",
"author": "Brian Villemarette <[email protected]>",
"icons": {
"16": "compucast.png",
"48": "compucast.png",
"128": "compucast.png"
},
"permissions": [
"identity",
"activeTab",
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"http://www.compucast.com/*",
"<all_urls>"
],
"optional_permissions": [ "<all_urls>" ],
"browser_action": {
"default_icon": "compucast.png",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"scripts": [ "background.js" ]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGo0tPCVql3/psMYAa4S1qcqAAAJ6rAFYBCsQzO3JUWnJODMauQf7BcNI9UmbzDZQbVGZ017Gf1ORlISy/3EEg+w2oiKgBBZsjxBEjNF6UCX4vLiyO0lxEFJecmGY15UhZ/Bk2vilHhE7kfxW1Zaaa3AoULGT7Vfj/Hp0WmDmb0RJwag6DAJPQOsRC/Oiuq0iW1TYFK5xcQINrJZKzNL5YypbNecezjfub0GzqjL7wv1ZKasdYOrDqAT8ycKZKdZ5iAaV1OVj9gKnGo2+LXCMNvDGiJZJk5u/CzxhHOOXQGANRCASfWEqranSRkeHqvvo2qSq9InS54qcA5ocO/GLwIDAQAB",
"oauth2": {
"client_id": "413943676326-klu08jdlo3r5c412qic90qkknord985q.apps.googleusercontent.com",
"scopes": [""]
},
"manifest_version": 2
}