-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
30 lines (30 loc) · 876 Bytes
/
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
{
"manifest_version": 3,
"name": "Eparto virtual phone",
"version": "1.0.3",
"description": "Use your browser as a virtual phone",
"homepage_url": "https://github.com/emrahcom/eparto-virtual-phone",
"permissions": ["alarms", "storage"],
"host_permissions": [
"https://*/api/pub/contact/call/bykey",
"https://*/api/pub/contact/list/bykey",
"https://*/api/pub/identity/ping/bykey",
"https://*/api/pub/intercom/call/ring/bykey",
"https://*/api/pub/intercom/del*",
"https://*/api/pub/intercom/list/bykey",
"https://*/api/pub/intercom/set/*"
],
"options_page": "ui/options.html",
"background": {
"type": "module",
"service_worker": "background.js"
},
"action": {
"default_popup": "ui/contacts.html"
},
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
}
}