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",
"name": "Melibel Mercado Libre Price Tracker",
"description": "A\u00f1ade gr\u00e1ficos con el historial de precios Mercado Libre M\u00e9xico y crea alertas de precio.",
"version": "0.4.1",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/mercadolibre.com.mx\/*",
"https:\/\/*.mercadolibre.com.mx\/*",
"https:\/\/fotosan.net\/api\/*"
],
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.mercadolibre.com.mx\/*"
],
"js": [
"src\/index.js"
],
"css": [
"src\/styles.css"
]
}
],
"action": {
"default_popup": "src\/popup.html"
},
"background": {
"service_worker": "src\/background.js"
}
}