aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: be28db0959cc2377f2793b9a69bc385e19fd81db (plain) (blame)
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
	{
		"manifest_version": 2,
		"name": "strelizia Uploader",
		"description": "Uploader for strelizia",
		"version": "2019.1.24.1",
		"version_name": "Biribiri",
		"options_ui": {
			"page": "settings.html",
			"chrome_style": false,
			"open_in_tab": true
		},
		"icons": {
			"48": "logo-48x48.png",
			"128": "logo-128x128.png"
		},
		"permissions": [
			"contextMenus",
			"storage",
			"notifications",
			"tabs",
			"webRequest",
			"webRequestBlocking",
			"<all_urls>"
		],
		"background": {
			"scripts": [
				"axios.min.js",
				"background.js"
			],
			"persistent": true
		},
		"web_accessible_resources": [
			"content.js",
			"content.css"
		]
	}