Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cats & Kittens Wallpapers",
"short_name": "Cats-Kittens",
"version": "0.8",
"description": "Cats and kittens wallpapers.",
"background": {
"service_worker": "\/backgroundScript\/backgroundScript.js"
},
"icons": {
"128": "\/assets\/imgs\/ex_logo_128.png"
},
"action": {
"browser_style": false,
"default_icon": {
"128": "\/assets\/imgs\/logo_128.png"
},
"default_title": "Cats & Kittens Wallpapers"
},
"chrome_url_overrides": {
"newtab": "views\/tabs\/tabs.html"
}
}