Chrome new tab extension customized with Undertale Full HD Wallpapers.
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.2",
"default_locale": "en",
"icons": {
"48": "undertale-full-hd-icons/icon-small.png",
"128": "undertale-full-hd-icons/icon-big.png"
},
"offline_enabled": true,
"browser_action": {
"default_icon": "undertale-full-hd-icons/icon-small.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/undertale-full-hd.js"
]
},
"content_security_policy": "script-src 'self' https://ajax.googleapis.com https://use.fontawesome.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com; object-src 'self'"
}