Skip to content

Commit

Permalink
Hardcoded the page title and added description for the Web Store Tran…
Browse files Browse the repository at this point in the history
…slation items
  • Loading branch information
Manvel committed Sep 23, 2018
1 parent 6429bd6 commit 858520a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _locales/en_US/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"chrome_extension_name": {
"description": "Extension name",
"description": "Extension name, used in the Web Store",
"message": "Privacy Manager"
},
"chrome_extension_description": {
"description": "Extension description",
"description": "Extension description, used in the Web Store",
"message": "Manage privacy settings, browsing data deletion, quickly access page in incognito mode, manage cookies and monitor network traffic"
},
"main_tab": {
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<html>
<head>
<title data-i18n="chrome_extension_name"></title>
<title>Privacy Manager</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />

<script type="text/javascript" src="js/ui/utils.js"></script>
Expand Down

0 comments on commit 858520a

Please sign in to comment.