diff --git a/src/manifest.json b/src/manifest.json index 1024103..178e12e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1 +1,19 @@ -{"icons":{"128":"icon.png"},"name":"WebXDownloader","manifest_version":2,"version":"1.0","description":"Extracts the HLS stream of Webex meeting recordings","browser_action":{"default_icon":"icon.png","default_title":"WebXDownloader","default_popup":"popup.html"},"homepage_url":"https://github.com/jacopo-j/WebXDownloader","permissions":["tabs","https://*.webex.com/*"]} \ No newline at end of file +{ + "icons": { + "128": "icon.png" + }, + "name": "WebXDownloader", + "manifest_version": 2, + "version": "1.0.1", + "description": "Extracts the HLS stream of Webex meeting recordings", + "browser_action": { + "default_icon": "icon.png", + "default_title": "WebXDownloader", + "default_popup": "popup.html" + }, + "homepage_url": "https://github.com/jacopo-j/WebXDownloader", + "permissions": [ + "tabs", + "https://*.webex.com/*" + ] +} \ No newline at end of file