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,
"name": "__MSG_appName__",
"version": "0.6.6",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"permissions": [
"tabs",
"commands",
"tabGroups",
"activeTab",
"scripting",
"storage",
"webNavigation",
"history",
"bookmarks",
"search"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"https:\/\/linkedin-search-opentowork.tilda.ws\/full-screen-tabs?onboarding=true"
],
"js": [
"libs\/auto_onboarding_injector.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "pages\/popup\/popup.html",
"default_icon": {
"48": "icons\/lg_48x48.png",
"128": "icons\/lg_128x128.png"
}
},
"icons": {
"48": "icons\/lg_48x48.png",
"64": "icons\/lg_64x64.png",
"96": "icons\/lg_96x96.png",
"128": "icons\/lg_128x128.png"
},
"commands": {
"show-tabs": {
"suggested_key": {
"default": "Alt+T",
"mac": "Alt+T"
},
"description": "__MSG_showTabsCommandDescription__"
}
},
"web_accessible_resources": [
{
"resources": [
"content.css",
"icons\/*",
"pages\/popupNav\/popup-navigation.html",
"pages\/popupNav\/popup-navigation.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"pages\/onboard\/*"
],
"matches": [
"<all_urls>"
]
}
]
}