Skip to content

Commit

Permalink
v1.9 (fixes & polishing)
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Jul 14, 2020
1 parent 7c25276 commit 10e872c
Show file tree
Hide file tree
Showing 15 changed files with 5,237 additions and 5,010 deletions.
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
"systemPeference": {
"message": "System preference"
},
"theListIsEmpty": {
"message": "The list is empty"
},
"theme": {
"message": "Theme"
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
"systemPeference": {
"message": "Определено системой"
},
"theListIsEmpty": {
"message": "Список пуст"
},
"thisWillResetAllSettings": {
"message": "This will reset all settings"
},
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
<body>
<script src="satus.js"></script>
<script src="popup.js"></script>

<div class="satus">
<div class="satus__wrapper"></div>
</div>
</body>
</html>
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Night Mode",
"version": "1.8",
"version": "1.9",
"description": "Dark Mode, read at night. Blue Light Filter for Every Website. Relax your eyes at night and day.",

"default_locale": "en",
Expand Down Expand Up @@ -47,6 +47,5 @@
],

"update_url": "https://clients2.google.com/service/update2/crx",

"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}
Loading

0 comments on commit 10e872c

Please sign in to comment.