Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Jul 27, 2024
1 parent 2b6e0ae commit 5180663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WebExtension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "xIFr",
"version": "3.0.1",
"version": "3.1.0",
"default_locale": "en",

"description": "__MSG_extensionDescription__",
Expand All @@ -25,7 +25,7 @@

"browser_specific_settings": {
"gecko": {
"strict_min_version": "127.0",
"strict_min_version": "128.0",
"id": "{5e71bed2-2b15-40b8-a15b-ba89563aaf73}"
}
},
Expand Down
5 changes: 3 additions & 2 deletions WebExtension/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
<div id="xIFroptionspage">
<p id="version">xIFr version <span id="verstr"></span></p>
<img src="../icons/xIFr-256.png" id="logo" alt="xIFr" />
<p class="tagline smaller aboutlinks"><a href="https://www.rockland.dk/xIFr/" title="About, credits, feedback,...">About xIFr</a> - <a href="https://www.rockland.dk/xIFr/start/" title="A quick introduction to xIFr - including Deep Search">Getting started with xIFr</a></p>
<p class="tagline smaller aboutlinks"><a href="https://www.rockland.dk/xIFr/" title="About, credits, feedback,...">About xIFr</a>
- <a href="https://www.rockland.dk/xIFr/start/" title="A quick introduction to xIFr">Getting started with xIFr</a></p>
<form id="xIFroptions">
<fieldset id="hostPermissionsSettings" class="fullHostPermissions">
<legend>&nbsp;'Host permissions' check&nbsp;</legend>
<p>
<img src="../icons/check-64.png" alt="[OK]" class="status fullHostPermissions" />
<img src="../icons/warn-64.png" alt="[!]" class="status restrictedHostPermissions" />
<img src="../icons/error-64.png" alt="[!!]" class="status missingHostPermissions" />
<span class="fullHostPermissions">It looks like xIFr has the host-permissions required for full functionality.</span>
<span class="fullHostPermissions">The host-permissions required for full functionality are granted.</span>
<span class="restrictedHostPermissions">Host-permissions are restricted by user. Restricted functionality.</span>
<span class="missingHostPermissions">No host-permissions has been granted. xIFr needs access to data from
websites to fully work (Though, it might still work on <em>some</em> sites and images).</span>
Expand Down

0 comments on commit 5180663

Please sign in to comment.