generated from bradsk88/firefly-iii-chrome-extension-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
28 lines (28 loc) · 1017 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
23
24
25
26
27
28
{
"name": "Firefly III Extension Hub",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi6yxWgg9khFMyJN4Lr5BH6RVkwxPyqvL1kcI2y2uUaqvmHFRh3rmOMWC3D/iHwuIHhvgOQurynw5ThMzZl2d5On6vQZsdokR35ndUoIsHbuMSRjZFAwSCsdiOFloskC897K4F0CUOOrwINnLCvrjHAR8+3k2PieXDtos5FazPDRLb2A+wvAwqb71C6Z/4yWe8CF6lp2yANIuXkuQyAYsBFy7fr3WBjP8yZ34t1Ic9NTBpsldzlJPbJpxReSEjhaS6DZukYsmE31eD+E5GRvHXTPfDWhQBgB9bA9jh8gcb2dXWXQLNTGcxKvWadu/7oWSAgY0zOT42aRA2/E5HRDoBwIDAQAB",
"version": "1.0.2",
"description": "Schedules and orchestrates the automatic scraping of bank websites using one or more Firefly III Chrome Extensions",
"permissions": [
"identity",
"clipboardWrite",
"storage",
"notifications"
],
"options_page": "hub.html",
"optional_host_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "./dist/background.js"
},
"action": {
"default_popup": "hub.html"
},
"content_scripts": [],
"icons": {
"128": "logo-128.png"
},
"manifest_version": 3
}