Киноафиша России, фильмы в прокате и ближайшие премьеры
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "addon@kinoafisha.info",
"strict_min_version": "46.0"
}
},
"name": "КиноАфиша.info",
"description": "Расписание",
"version": "1.1.2resigned1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"cookies",
"tabs",
"https://api.kinoafisha.info/",
"https://ssl.google-analytics.com/*"
],
"background": {
"scripts": [
"background.js"
]
}
}