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",
"manifest_version": 3,
"default_locale": "ru",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2.5.2",
"permissions": [
"tabs",
"storage",
"downloads",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"css\/fonts\/*.*",
"js\/gif\/*.*",
"js\/force-audio-load.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/coub.com\/*",
"*:\/\/vk.com\/*",
"*:\/\/mycoub.ru\/*",
"*:\/\/unitpay.ru\/*"
],
"all_frames": true,
"css": [
"css\/fonts.css",
"css\/introjs.min.css",
"css\/index.css"
],
"js": [
"js\/jquery.js",
"js\/capture-video-frame.js",
"js\/tooltip.js",
"js\/index.js",
"js\/intro.js",
"js\/crypto-js.min.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "icons\/icon_active.png",
"default_title": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"128": "icons\/logo.png"
}
}