-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
171 lines (142 loc) · 6.05 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"manifest_version": 2,
"name": "Flowcus",
"version": "1.0",
"description": "A clutter-free reader for browsers (Firefox, Chrome and Safari) that also includes a web clipper, an highlighter and much more tools compatible with KM softwares (such as Obsidian, Roam Research, Foam, etc.)",
"homepage_url": "https://github.com/LilaRest/Flowcus",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"48": "/0_common/staticfiles/images/icon.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"browsingData"
],
"background": {
"scripts": [
"/1_background/hotkeys_transmitter/hotkeys_transmitter.js",
"/1_background/main.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": [
"/0_common/staticfiles/libs/tiny-color.min.js",
"/0_common/staticfiles/libs/nunjucks.min.js",
"/0_common/staticfiles/libs/luxon.min.js",
"/0_common/indenter/indenter.js",
"/0_common/nunjucks_manager/filters/filter.js",
"/0_common/nunjucks_manager/filters/format.js",
"/0_common/nunjucks_manager/nunjucks_manager.js",
"/0_common/settings/settings.js",
"/0_common/style_manager/style_manager.js",
"/0_common/subwebsites/medium.js",
"/2_webpage/components/component.js",
"/2_webpage/components/views/view.js",
"/2_webpage/components/views/clutter_full/clutter_full_view.js",
"/2_webpage/components/views/clutter_free/staticfiles/libs/mercury.min.js",
"/2_webpage/components/views/clutter_free/extractors/medium.js",
"/2_webpage/components/views/clutter_free/fixers/fixer.js",
"/2_webpage/components/views/clutter_free/fixers/medium.js",
"/2_webpage/components/views/clutter_free/clutter_free_view.js",
"/2_webpage/components/views/markdown/staticfiles/libs/turndown.js",
"/2_webpage/components/views/markdown/fixers/fixer.js",
"/2_webpage/components/views/markdown/fixers/common.js",
"/2_webpage/components/views/markdown/extractors/extractor.js",
"/2_webpage/components/views/markdown/markdown_view.js",
"/2_webpage/components/actions/action.js",
"/2_webpage/components/actions/markdown_to_clipboard/markdown_to_clipboard_action.js",
"/2_webpage/components/actions/markdown_to_obsidian/markdown_to_obsidian_action.js",
"/2_webpage/header/header.js",
"/2_webpage/main.js"
],
"css": [
"/0_common/staticfiles/styles/destyle.css",
"/0_common/staticfiles/styles/variables.css",
"/0_common/staticfiles/styles/accessibility.css",
"/2_webpage/components/views/common/staticfiles/styles/view.css",
"/2_webpage/header/staticfiles/styles/header.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"/0_common/staticfiles/fonts/lilita-one.regular.ttf",
"/0_common/staticfiles/styles/accessibility.css",
"/0_common/staticfiles/styles/destyle.css",
"/0_common/staticfiles/styles/variables.css",
"/0_common/staticfiles/libs/highlight.min.js",
"/0_common/staticfiles/styles/highlight.min.css",
"/2_webpage/components/views/common/staticfiles/templates/view.html",
"/2_webpage/components/views/common/staticfiles/styles/view.css",
"/2_webpage/components/views/clutter_free/staticfiles/templates/document.html",
"/2_webpage/components/views/clutter_free/staticfiles/templates/body.html",
"/2_webpage/components/views/clutter_free/staticfiles/styles/body.css",
"/2_webpage/components/views/clutter_free/staticfiles/styles/adjustments.css",
"/2_webpage/components/views/clutter_free/main.js",
"/2_webpage/components/views/markdown/staticfiles/templates/document.html",
"/2_webpage/components/views/markdown/main.js"
],
"options_ui": {
"page": "/3_options/staticfiles/templates/options.html",
"browser_style": false,
"chrome_style": false
},
"browser_action": {
"default_icon": "/0_common/staticfiles/images/icon.png",
"default_title": "Flowcus",
"default_popup": "/3_options/staticfiles/templates/options.html"
},
"commands": {
"init-flowcus": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Init Flowcus in your current tab"
},
"trigger-View.clutter-full": {
"suggested_key": {
"default": "Ctrl+1",
"mac": "MacCtrl+1"
},
"description": "Display the Clipper-full view"
},
"trigger-View.clutter-free": {
"suggested_key": {
"default": "Ctrl+2",
"mac": "MacCtrl+2"
},
"description": "Display the Clipper-free view"
},
"trigger-View.markdown": {
"suggested_key": {
"default": "Ctrl+3",
"mac": "MacCtrl+3"
},
"description": "Display the Markdown view"
},
"trigger-Action.markdown-to-clipboard": {
"suggested_key": {
"default": "Ctrl+Alt+C",
"mac": "MacCtrl+Alt+C"
},
"description": "Triger the Markdown to Clipboard action"
},
"trigger-Action.markdown-to-obsidian": {
"suggested_key": {
"default": "Ctrl+Alt+O",
"mac": "MacCtrl+Alt+O"
},
"description": "Triger the Markdown to Obsidian action"
}
}
}