-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
23 lines (23 loc) · 817 Bytes
/
manifest.json
File metadata and controls
23 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Codeable Cost Estimate Calculator",
"version": "1.2.3",
"description": "Calculate estimates amounts based on working hours",
"permissions": ["activeTab", "storage"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_popup": "codeable-calculator.html",
"default_icon": {
"16": "images/codeable-logo-16.png",
"32": "images/codeable-logo-32.png",
"48": "images/codeable-logo-48.png",
"128": "images/codeable-logo-128.png"
}
},
"icons": {
"16": "images/codeable-logo-16.png",
"32": "images/codeable-logo-32.png",
"48": "images/codeable-logo-48.png",
"128": "images/codeable-logo-128.png"
},
"manifest_version": 2
}