mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-08-19 09:30:25 +00:00
23 lines
533 B
JSON
23 lines
533 B
JSON
{
|
|
"version": "1.0.0",
|
|
"manifest_version": 3,
|
|
"name": "Jambonz Webrtc Client",
|
|
"description": "Jambonz Webrtc Client",
|
|
"action": {
|
|
"default_title": "Jambonz Webrtc Client"
|
|
},
|
|
"background": {
|
|
"service_worker": "background/index.js"
|
|
},
|
|
"permissions": ["activeTab", "storage"],
|
|
"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"
|
|
}
|
|
}
|