Skip to content

Commit

Permalink
Release 1.1.2 (#31)
Browse files Browse the repository at this point in the history
* add 1.1.2 release

* add packed extensions
  • Loading branch information
clarkio authored Jan 28, 2018
1 parent 2612334 commit 44badb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file added extension/1.1.2/azure-mask.crx
Binary file not shown.
Binary file added extension/1.1.2/azure-mask.zip
Binary file not shown.
11 changes: 6 additions & 5 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"manifest_version": 2,
"name": "Azure Mask",
"version": "1.1.1",
"description":
"Conceals sensitive Azure information found in the portal views",
"version": "1.1.2",
"description": "Conceals sensitive Azure information found in the portal views",
"icons": {
"16": "/icons/icon16.png",
"48": "/icons/icon48.png",
Expand All @@ -20,7 +19,9 @@
"*://portal.azure.com/*",
"*://functions.azure.com/*"
],
"js": ["/content-script/mask-process.js"],
"js": [
"/content-script/mask-process.js"
],
"run_at": "document_idle",
"all_frames": true
}
Expand All @@ -33,4 +34,4 @@
"*://portal.azure.com/*",
"*://functions.azure.com/*"
]
}
}

0 comments on commit 44badb5

Please sign in to comment.