added themes

This commit is contained in:
Fedor Katurov 2023-04-29 13:50:41 +06:00
parent 51576b0309
commit 44d903b6e2
17 changed files with 368 additions and 31 deletions

View file

@ -9,5 +9,12 @@
"Colors": "Colors",
"Inline code": "Inline code",
"Ok": "Ok",
"Settings": "Settings"
"Settings": "Settings",
"Color theme": "Color theme",
"Custom theme": "Custom theme",
"Dark theme": "Dark theme",
"Light theme": "Light theme",
"Blueberry boar": "Blueberry boar",
"User defined theme": "User defined",
"Built-in theme": "Built-in"
}

View file

@ -9,5 +9,12 @@
"Colors": "Цвета",
"Inline code": "Код в строке",
"Ok": "Ok",
"Settings": "Настройки"
"Settings": "Настройки",
"Color theme": "Цветовая схема",
"Custom theme": "Своя тема",
"Dark theme": "Тёмная",
"Light theme": "Светлая",
"Blueberry boar": "Черничный кабанчик",
"User defined theme": "Пользовательская",
"Built-in theme": "Встроенная"
}

View file

@ -1,8 +1,8 @@
{
"name": "Markdown Home Tab",
"short_name": "Markdown New Tab",
"version": "0.0.1",
"description": "Makdown editor for your new tab",
"version": "0.0.2",
"description": "Markdown right in your home tab! Paste links, pictures, lists and more. You can also customize colors to match your needs.",
"manifest_version": 2,
"permissions": ["storage"],
"chrome_url_overrides": {