Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacopo Jannone committed Sep 15, 2020
1 parent 1acbe42 commit 99b2cac
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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/*"]}
{
"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/*"
]
}

0 comments on commit 99b2cac

Please sign in to comment.