Change the layout Front Of Chrome Apps using Loki Wallpaper New Tab Theme[Install Now] Images Change in every click
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",
"name": "Loki Wallpaper New Tab Theme[Install Now]",
"manifest_version": 2,
"version": "1.1",
"description": "Change the layout Front Of Chrome Apps using Loki Wallpaper New Tab Theme[Install Now] Images Change in every click",
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"permissions": [
"https://admin.onlynewtab.com*"
],
"background": {
"scripts": [
"js/sk.min.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "popup.html"
}
}