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",
"icons": {
"16": "icon-16.7ee396b4.png",
"32": "icon-32.2ba48f32.png",
"48": "icon-48.883d2259.png",
"128": "icon-128.c3e8f1e7.png",
"256": "icon-256.1a676729.png",
"512": "icon-512.48b080d2.png"
},
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon-16.7ee396b4.png",
"32": "icon-32.2ba48f32.png",
"48": "icon-48.883d2259.png",
"128": "icon-128.c3e8f1e7.png"
}
},
"version": "1.2.8",
"author": "Rish",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"identity",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"linkedin-panel.6cd8ae2b.js"
],
"css": []
}
],
"default_locale": "en",
"host_permissions": [
"https:\/\/www.linkedin.com\/*"
],
"oauth2": {
"client_id": "ignored-but-required",
"scopes": []
}
}