Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
chore: remove unused contextMenu permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Anaya committed Jul 12, 2021
1 parent 10d4bb0 commit 8b6eff5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"webNavigation",
"activeTab",
"cookies",
"contextMenus",
"*://*/"
],
"icons" : {
Expand Down
19 changes: 8 additions & 11 deletions src/options/OptionsApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,14 @@
<p>
Define an attribute that we'll attempt to use when selecting the elements, i.e
"data-custom". This is handy when React or Vue based apps generate random class names.
<span class="font-bold"
>When "custom data attribute" is set, it will take precedence from over any other
selector (even ID)</span
>
</p>
<!-- <p class="mt-0">
<span class="text-black font-bold"
>When "custom data attribute" is set, it will take precedence from over any other
selector (even ID)</span
>
</p> -->
<p>
<span role="img" aria-label="siren">🚨</span>
<span class="ml-1 font-bold text-black-shady dark:text-white"
>When <span class="italic">"custom data attribute"</span>&nbsp;
is set, it will take precedence from over any other selector (even ID)
</span>
</p>
</div>
<div>
<label>Set key code</label>
Expand All @@ -78,7 +75,7 @@
Wrap code in async function
</Toggle>
<Toggle v-model="options.code.headless">
Set <code>headless</code> in puppeteer launch options
Set <code>headless</code> in playwright/puppeteer launch options
</Toggle>
<Toggle v-model="options.code.waitForNavigation">
Add <code>waitForNavigation</code> lines on navigation
Expand Down

0 comments on commit 8b6eff5

Please sign in to comment.