mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-08-19 09:30:25 +00:00
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"version": "1.0.0",
|
|
"manifest_version": 3,
|
|
"name": "Webrtc Chrome Extension",
|
|
"description": "Webrtc Chrome Extension",
|
|
"action": {
|
|
"default_popup": "js/index.html",
|
|
"default_title": "Webrtc Chrome Extension"
|
|
},
|
|
"permissions": ["activeTab", "storage"]
|
|
}
|