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": "__MSG_extName__",
"short_name": "wallsflow",
"version": "12.2",
"description": "__MSG_extDescription__",
"author": "Caen",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/html\/newtabpage.html"
},
"action": {
"default_title": "New Tab",
"default_popup": "src\/html\/popup.html"
},
"icons": {
"16": "src\/images\/icon128.png",
"48": "src\/images\/icon128.png",
"128": "src\/images\/icon128.png"
},
"permissions": [
"storage",
"search"
],
"background": {
"service_worker": "background.js"
}
}