-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathmanifest.json
22 lines (22 loc) · 916 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"manifest_version": 3,
"name": "Tidepool Uploader Helper",
"version": "1.0",
"description": "This extension supports additional upload mechanisms for specific blood glucose meters, expanding support for compatible devices.",
"icons": {
"128": "icon-128.png"
},
"permissions": [
"nativeMessaging"
],
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"http://localhost:3005/*",
"https://*.tidepool.org/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAos4V4S/7tWoEGVppnpQaDsl0DjibWk12sSUfr3chmbDcPfQPw+1iZNZ16oMazdfyj/UBQA5hYlCycSSGExvl8N1JM0/sJ5DEs1hy5cmyR6MuAdXOuu0X1NzRS8rdi67msWXVJUO51AUIByHy5BArjw3AzaE4kxAWRexUvMjb8wC7/k5hmU7pimL/t7sa0O6ghmzJFvqu7nzK6x5+bGeHRfXg0OLqtAc3eLByRZbT0HOfgPEFsBq5LrbS3/MvzjNorWon0BcLYV7JayFkmpV/p3nQp+7SwiHKadsexlwreOly+Gk6tppkieiYsznI4kqQOpVrPrI+iMe+LCfw4NzhVQIDAQAB"
}