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,
|
||||
"name": "Jambonz Webrtc Client",
|
||||
"description": "Jambonz Webrtc Client",
|
||||
"name": "jambonz webrtc phone",
|
||||
"description": "jambonz webrtc phone",
|
||||
"action": {
|
||||
"default_title": "Jambonz Webrtc Client"
|
||||
"default_title": "jambonz webrtc phone"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background/index.js"
|
||||
},
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"storage",
|
||||
"https://*/*"
|
||||
],
|
||||
"permissions": ["activeTab", "storage", "https://*/*"],
|
||||
"icons": {
|
||||
"16": "icons/icon.png",
|
||||
"48": "icons/icon.png",
|
||||
|
||||
Reference in New Issue
Block a user