Skip to content

Commit

Permalink
Remove clipboardRead permission
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Apr 27, 2021
1 parent e76a1a5 commit 9fccc58
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@
"message": "Always save new entries here",
"description": "Description of checkbox that when enabled will change a setting such that the user is not prompted where to save future entries they create."
},
"list_version_upgrade_3_8": {
"message": "Improved performance and stopped the browser crashing with some websites;Fields that already contain text no longer get overwritten by Kee (optional, to allow you to change back to the old behaviour if needed)",
"list_version_upgrade_3_9": {
"message": "No changes. See https://forum.kee.pm/t/3629 for details.",
"description": "Changes for the version number in the string key name. Multiple items MUST be separated by a semicolon (;). Do not use a semi-colon except as a list-item (new line) separator."
},
"release_details_for_keepass_available_on_forum": {
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"contextMenus",
"storage",
"clipboardWrite",
"clipboardRead",
"webNavigation",
"activeTab",
"privacy",
Expand Down Expand Up @@ -135,7 +134,7 @@
"gecko": {
"id": "[email protected]",
"update_url": "https://raw.githubusercontent.com/kee-org/browser-addon-updates/master/beta/update.json",
"strict_min_version": "68.0"
"strict_min_version": "78.0"
}
}
}
4 changes: 2 additions & 2 deletions release-notes/install-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<meta charset="utf-8">
<link href="../lib/bootstrap.min.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="release-notes.css"/>
<title>Kee 3.8</title>
<title>Kee 3.9</title>
<link rel="icon" href="/common/images/64.png"/>
</head>

<body class="container" style="text-align: center;">
<div id="i18n_root">

<h1 style="font-size: 42px;"><img src="/common/images/64.png" style="margin-bottom: 4px; margin-right: 10px;" /><span data-i18n="welcome_to_kee"></span> 3.8</h1>
<h1 style="font-size: 42px;"><img src="/common/images/64.png" style="margin-bottom: 4px; margin-right: 10px;" /><span data-i18n="welcome_to_kee"></span> 3.9</h1>

<p style="font-weight: bold;"><span data-i18n="introduction_to_kee"></span></p>

Expand Down
8 changes: 4 additions & 4 deletions release-notes/update-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<meta charset="utf-8">
<link href="../lib/bootstrap.min.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="release-notes.css"/>
<title>Kee 3.8</title>
<title>Kee 3.9</title>
<link rel="icon" href="/common/images/64.png"/>
</head>

<body class="container" style="max-width: 900px;">
<div id="i18n_root" style="align-items: stretch;">

<h1 style="font-size: 42px; text-align: center;"><img src="/common/images/64.png" style="margin-bottom: 4px; margin-right: 10px;" /><span data-i18n="welcome_to_kee"></span> 3.8</h1>
<h1 style="font-size: 42px; text-align: center;"><img src="/common/images/64.png" style="margin-bottom: 4px; margin-right: 10px;" /><span data-i18n="welcome_to_kee"></span> 3.9</h1>
<div id="mainContent">
<div id="updateNotesContent">

<h2 style="margin-left:15px"><span data-i18n="version_upgrade_heading_changes"></span> 3.8</h2>
<h2 style="margin-left:15px"><span data-i18n="version_upgrade_heading_changes"></span> 3.9</h2>

<p data-i18n="list_version_upgrade_3_8"></p>
<p data-i18n="list_version_upgrade_3_9"></p>

<hr>
<p id="betaTestingIntro" data-i18n="beta_testing_is_good"></p>
Expand Down

0 comments on commit 9fccc58

Please sign in to comment.