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",
"version": "1.2.0",
"manifest_version": 3,
"name": "__MSG_ext_name__",
"description": "__MSG_extDescription__",
"author": "Oziku Technologies LLC",
"default_locale": "en",
"permissions": [
"storage",
"unlimitedStorage",
"alarms",
"contextMenus",
"search"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"icons": {
"16": "assets\/logo\/logo_16.png",
"32": "assets\/logo\/logo_32.png",
"48": "assets\/logo\/logo_48.png",
"128": "assets\/logo\/logo_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_ext_title__",
"default_icon": {
"16": "assets\/logo\/logo_16.png",
"32": "assets\/logo\/logo_32.png",
"48": "assets\/logo\/logo_48.png",
"128": "assets\/logo\/logo_128.png"
}
},
"chrome_url_overrides": {
"newtab": "ui\/pixy.html"
}
}