mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-01-25 02:08:05 +00:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"version": "1.0.0",
|
|
"manifest_version": 3,
|
|
"name": "Webrtc Chrome Extension",
|
|
"description": "Webrtc Chrome Extension",
|
|
"action": {
|
|
"default_title": "Webrtc Chrome Extension"
|
|
},
|
|
"background": {
|
|
"service_worker": "background/index.js"
|
|
},
|
|
"permissions": ["activeTab", "storage"]
|
|
}
|