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,
"description": "__MSG_appDesc__",
"default_locale": "en",
"name": "__MSG_appName__",
"background": {
"service_worker": "js\/bg.js"
},
"action": {
"default_icon": "img\/wall\/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"search",
"topSites",
"unlimitedStorage",
"storage"
],
"icons": {
"48": "img\/wall\/128.png",
"128": "img\/wall\/128.png"
},
"version": "9.2"
}