Inspect and view changes in Программа МАЛИНА source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": "img/icons/extension-ico-notpartner.png",
"default_popup": "popup.html",
"default_title": "Программа МАЛИНА"
},
"content_scripts": [
{
"css": [
"css/content.css"
],
"js": [
"js/jquery-3.0.0.min.js",
"js/underscore-1.7.0.js",
"js/content.js"
],
"matches": [
"*://*/*"
]
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "ru",
"description": "Всем известная программа лояльности теперь и в вашем браузере!",
"homepage_url": "https://malina.ru/",
"icons": {
"48": "img/icons/malina-icon_48.png"
},
"manifest_version": 2,
"name": "Программа МАЛИНА",
"permissions": [
"*://*/*",
"*://malina.ru/*",
"*://mall.malina.ru/*",
"tabs",
"cookies",
"storage",
"activeTab",
"alarms"
],
"externally_connectable": {
"matches": [
"*://localhost:*/*",
"*://malina.ru/*",
"*://mall.malina.ru/*"
]
},
"short_name": "Программа МАЛИНА",
"version": "2.0.2resigned1",
"web_accessible_resources": [
"img/*.png",
"img/*.gif"
],
"applications": {
"gecko": {
"id": "extension_ff@malina.ru"
}
}
}