Inspect and view changes in Pesquisa Linx Share - Automotivo - by Leandro Meyer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Pesquisa Linx Share - Automotivo - by Leandro Meyer",
"version": "2.3",
"description": "Uma extensão para pesquisar no Linx Share Automotivo.",
"permissions": [
"scripting"
],
"host_permissions": [
"https://share.linx.com.br/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icon.png"
},
"default_title": "Clique para pesquisar no Linx Share Automotivo"
},
"icons": {
"128": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"icon.png"
],
"matches": [
"https://share.linx.com.br/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}