PSV Eindhoven New Tab Extension brings a new look to your Chrome browser.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"version": "0.0.1",
"default_locale": "en",
"icons": {
"48": "icn/ic48.png",
"128": "icn/ic128.png"
},
"offline_enabled": true,
"browser_action": {
"default_icon": "icn/ic48.png"
},
"chrome_url_overrides": {
"newtab": "batch.html"
},
"manifest_version": 2,
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"background": {
"scripts": [
"js/psv-eindhoven.js"
]
}
}