OZON Social - легкий доступ к социальным сетям и поиску 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "OZON Social",
"description": "OZON Social - легкий доступ к социальным сетям и поиску OZON.ru",
"version": "2.0.1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"https://widjets.ru/",
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"search.js"
]
}
}