deno.land / x / sheetjs@v0.18.3 / demos / chrome / 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
{ "manifest_version": 2, "name": "SheetJS Demo", "description": "Sample Extension using SheetJS to interact with Chrome", "version": "0.0.1", "browser_action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "background": { "scripts": ["xlsx.full.min.js", "table.js"], "persistent": false }, "content_scripts": [{ "matches": ["<all_urls>"], "js": ["content.js", "xlsx.full.min.js"], "run_at": "document_end" }], "icons": { "16": "logo.png" }, "permissions": [ "activeTab", "<all_urls>", "bookmarks", "contextMenus", "downloads", "tabs" ]}
sheetjs

Version Info

Tagged at
2 years ago