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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Новинки аудиокниг онлайн в браузере",
"description": "Не пропустите новинки аудиокниг от сайта book-audio.com. Подпишитесь на выход книг от любимых авторов и актеров.",
"version": "2.13.0",
"background": {
"page": "bg.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"helper.js",
"injectInstalledContent.js"
],
"all_frames": true,
"match_about_blank": true
}
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"notifications",
"webRequest",
"webRequestBlocking",
"<all_urls>"
]
}