-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathmanifest.json
More file actions
41 lines (41 loc) · 845 Bytes
/
manifest.json
File metadata and controls
41 lines (41 loc) · 845 Bytes
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
{
"name": "diffHTML DevTools",
"version": "1.0.0.29",
"description": "Official diffHTML Chrome DevTools Extension",
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"*://*/*",
"file://*/*",
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "js/background.js"
},
"web_accessible_resources": [{
"resources": [
"devtools.es5.js",
"scripts/*",
"scripts/**/*",
"styles/*",
"styles/**/*",
"node_modules/**/*",
"markup/*",
"markup/**/*",
"icons/*",
"icons/**/*"
],
"matches": ["<all_urls>"]
}],
"icons": {
"16": "icons/logo-16.png",
"48": "icons/logo-48.png",
"128": "icons/logo-128.png"
},
"devtools_page": "markup/devtools.html",
"manifest_version": 3,
"default_locale": "en"
}