Inspect and view changes in NOVA - нова начална страница 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
{
"name": "NOVA - нова начална страница",
"version": "2.0.15resigned1",
"manifest_version": 2,
"description": "Следете последните новини от уебсайта Nova.bg при зареждане на нов прозорец (таб) във вашия браузър.",
"homepage_url": "https://nova.bg/",
"icons": {
"16": "images/icons/nova16.png",
"32": "images/icons/nova32.png",
"48": "images/icons/nova48.png",
"64": "images/icons/nova64.png",
"128": "images/icons/nova128.png"
},
"browser_action": {
"default_icon": "images/icons/nova32.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"https://*.nova.bg/",
"https://suggestqueries.google.com/*/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https://www.google-analytics.com/*"
],
"js": [
"scripts/google-analytics.js"
]
}
],
"applications": {
"gecko": {
"id": "html@netinfocompany.bg"
}
}
}