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",
"version": "1.2.5",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 3,
"default_locale": "ru",
"icons": {
"16": "images\/app16.png",
"128": "images\/app128.png"
},
"action": {
"default_icon": "images\/action-icon.png",
"default_title": "\u0422\u0440\u0435\u043a\u0441\u041f\u0435\u043a\u0441 \u0434\u043b\u044f Mail.ru"
},
"minimum_chrome_version": "101",
"permissions": [
"storage",
"gcm",
"webRequest",
"notifications",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/*.trekspeks.ru\/*",
"*:\/\/e.mail.ru\/*",
"*:\/\/vk.mail.ru\/*",
"*:\/\/proxy.imgsmail.ru\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/trekspeks.ru\/*"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/octavius.mail.ru\/*",
"https:\/\/e.mail.ru\/*",
"https:\/\/vk.mail.ru\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "declarative_net_request_rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"https:\/\/octavius.mail.ru\/*",
"https:\/\/e.mail.ru\/*",
"https:\/\/vk.mail.ru\/*"
]
}
]
}