Кнопка для Ozon.Ru дает возможность быстро перейти к нужному разделу сайта или найти необходимый товар.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"js/lib/moment.min.js",
"js/background.js",
"js/ga.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons/Icon19.png",
"38": "icons/Icon38.png"
},
"default_popup": "popup.html",
"default_title": "Выбрать товары"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://www.googletagmanager.com https://highprog.com; object-src 'self'",
"description": "__MSG_appDesc__",
"default_locale": "ru",
"icons": {
"16": "icons/Icon16.png",
"32": "icons/Icon32.png",
"48": "icons/Icon48.png",
"96": "icons/Icon96.png",
"128": "icons/Icon128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "1.2.3"
}