Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "vToad New Tab Page - Custom Live Wallpaper Engine, and more!",
"short_name": "vToad",
"version": "0.0.0.5",
"description": "Upload your own live wallpapers for your vToad New Tab Page, the experience is yours!",
"author": "Skyroor",
"chrome_url_overrides": {
"newtab": "src\/html\/newtabpage.html"
},
"action": {
"default_icon": "src\/images\/icon128.png",
"default_title": "vToad - New Tab Page",
"default_popup": "src\/html\/popup.html"
},
"icons": {
"16": "src\/images\/icon16.png",
"48": "src\/images\/icon48.png",
"128": "src\/images\/icon128.png"
},
"permissions": [
"topSites",
"favicon",
"search"
]
}