Skip to content

Commit

Permalink
fix: add missing options_page key for Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 7, 2019
1 parent 0457901 commit 77d34dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion edge/AppXManifest.xml
Expand Up @@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap3">
<Identity Name="26440TimBrust.AmazonTagRemover" Publisher="CN=23B7F759-C54C-401E-B405-46568076E906" Version="0.5.2.0" />
<Identity Name="26440TimBrust.AmazonTagRemover" Publisher="CN=23B7F759-C54C-401E-B405-46568076E906" Version="0.6.0.0" />

<Properties>
<DisplayName>Amazon Tag Remover</DisplayName>
Expand Down
1 change: 1 addition & 0 deletions src/manifest.json
Expand Up @@ -19,6 +19,7 @@
"chrome_style": true,
"page": "options.html"
},
"options_page": "options.html",
"permissions": [
"tabs",
"activeTab",
Expand Down

0 comments on commit 77d34dd

Please sign in to comment.