Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.4.6",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"default_locale": "ru",
"icons": {
"16": "images\/16x16.png",
"128": "images\/128x128.png"
},
"action": {
"default_icon": "images\/16x16.png"
},
"permissions": [
"activeTab",
"storage",
"alarms",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/mail.yandex.ru\/*",
"*:\/\/mail.yandex.com\/*",
"*:\/\/mail.yandex.ua\/*",
"*:\/\/mail.yandex.kz\/*",
"*:\/\/mail.yandex.by\/*",
"*:\/\/mail.yandex.fr\/*",
"*:\/\/mail.yandex.az\/*",
"*:\/\/mail.yandex.ee\/*",
"*:\/\/mail.yandex.kg\/*",
"*:\/\/mail.360.yandex.ru\/*",
"*:\/\/mail.360.yandex.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"*:\/\/mail.yandex.ru\/*",
"*:\/\/mail.yandex.com\/*",
"*:\/\/mail.yandex.ua\/*",
"*:\/\/mail.yandex.kz\/*",
"*:\/\/mail.yandex.by\/*",
"*:\/\/mail.yandex.fr\/*",
"*:\/\/mail.yandex.az\/*",
"*:\/\/mail.yandex.ee\/*",
"*:\/\/mail.yandex.kg\/*",
"*:\/\/mail.360.yandex.ru\/*",
"*:\/\/mail.360.yandex.com\/*"
]
}
]
}