-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
74 lines (74 loc) · 1.69 KB
/
Copy pathmanifest.json
File metadata and controls
74 lines (74 loc) · 1.69 KB
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
{
"manifest_version": 3,
"name": "Esti'mate",
"version": "4.0.1",
"description": "Your Harvest estimate's best friend",
"author": "Antistatique",
"homepage_url": "https://esti-mate.antistatique.io/",
"developer": {
"name": "Antistatique",
"url": "https://antistatique.net"
},
"browser_specific_settings": {
"gecko": {
"id": "{34c1674f-f75a-4a65-9282-a3ea1a92dcf6}",
"strict_min_version": "140.0",
"update_url": "https://esti-mate.antistatique.io/updates.xml",
"data_collection_permissions": {
"required": [
"websiteContent"
],
"optional": []
}
}
},
"permissions": [
"storage"
],
"host_permissions": [
"*://api.airtable.com/*",
"https://esti-mate.antistatique.io/*",
"http://localhost/*",
"http://127.0.0.1/*",
"file:///*"
],
"action": {
"default_icon": {
"48": "assets/icon.png",
"96": "assets/icon@2x.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"*://*.harvestapp.com/estimates/*/edit",
"*://*.harvestapp.com/estimates/*/duplicate",
"*://*.harvestapp.com/estimates/new",
"*://*.harvestapp.com/estimates/*",
"*://*.harvestapp.com/projects/*",
"file:///Users/gde/Downloads/Estimate_Sandbox.html",
"file:///Users/gde/Downloads/Estimate_New_Sandbox.html"
],
"css": [
"content.css"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "assets/icon.png",
"96": "assets/icon@2x.png"
}
}