mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2025-12-19 04:47:45 +00:00
bump version
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Jambonz Webrtc Client",
|
"name": "jambonz webrtc phone",
|
||||||
"description": "Jambonz Webrtc Client",
|
"description": "jambonz webrtc phone",
|
||||||
"action": {
|
"action": {
|
||||||
"default_title": "Jambonz Webrtc Client"
|
"default_title": "jambonz webrtc phone"
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "background/index.js"
|
"service_worker": "background/index.js"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": ["activeTab", "storage", "https://*/*"],
|
||||||
"activeTab",
|
|
||||||
"storage",
|
|
||||||
"https://*/*"
|
|
||||||
],
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon.png",
|
"16": "icons/icon.png",
|
||||||
"48": "icons/icon.png",
|
"48": "icons/icon.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user