mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2025-12-19 04:47:45 +00:00
24 lines
556 B
JSON
24 lines
556 B
JSON
{
|
|
"version": "1.0.6",
|
|
"manifest_version": 3,
|
|
"name": "jambonz webrtc phone",
|
|
"description": "jambonz webrtc phone",
|
|
"action": {
|
|
"default_title": "jambonz webrtc phone"
|
|
},
|
|
"background": {
|
|
"service_worker": "background/index.js"
|
|
},
|
|
"permissions": ["storage"],
|
|
"host_permissions": ["https://*/*"],
|
|
"icons": {
|
|
"16": "icons/icon.png",
|
|
"48": "icons/icon.png",
|
|
"128": "icons/icon.png",
|
|
"192": "icons/icon192.png",
|
|
"384": "icons/icon384.png",
|
|
"512": "icons/icon512.png",
|
|
"1024": "icons/icon1024.png"
|
|
}
|
|
}
|