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,
"short_name": "__MSG_appShort__",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "40.4.8",
"chrome_url_overrides": {
"newtab": "pages\/newtab\/newtab.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"pages\/client\/livestartpage-message.js"
],
"all_frames": true
}
],
"background": {
"service_worker": "pages\/backend\/background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"options_page": "pages\/options\/options.html",
"permissions": [
"management",
"history",
"storage",
"unlimitedStorage",
"tabs",
"contextMenus",
"cookies",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"pages\/newtab\/newtab.html",
"pages\/client\/livestartpage-message-add.js"
],
"use_dynamic_url": true
}
],
"icons": {
"16": "img\/icon\/icon16.png",
"19": "img\/icon\/icon19.png",
"24": "img\/icon\/icon24.png",
"32": "img\/icon\/icon32.png",
"48": "img\/icon\/icon48.png",
"64": "img\/icon\/icon64.png",
"96": "img\/icon\/icon96.png",
"128": "img\/icon\/icon128.png"
},
"default_locale": "en",
"action": {
"default_icon": "img\/icon\/icon24.png",
"default_title": "Live Start Page",
"default_popup": "pages\/menu\/menu.html"
},
"commands": {
"toggle-feature-foo": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Toggle feature foo",
"global": false
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAixd+Vi0zh20Tf56l0tFbUkAgEBD+AgjVFaTKsAbGD9D9JF+fmaCvec5NNLb1xd\/c3VuPEPIo8xlvyE3atyoRzZZs2\/du8eThvW5JTKNc7QhIFZx+YowtXuHe6VR0FUsP0OLy0SBA6Y87RWrOrmsN4mu+25e2mCdBA4OmzjsVbuqHCKMpCXCW9ZxKj2XP2McR9pJG8vGY2Fe+\/jXplpuJMyBvCR7J83x+vXv9mamuD1ybJR9+7yz6vsj3X\/CtTPVTKnw3M2enrBAclMeLNM7\/\/AkhJB6+XDLGznIdP+7NDz0E3Q4wTeO05IpUjTyNdncfhG0hUUleE2UVQE4bFGsqtwIDAQAB"
}