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": "M\u00e9liuz: Cashback e cupons em suas compras",
"version": "10.23.0",
"manifest_version": 3,
"description": "Ganhe cashback e ative cupons de desconto nas suas lojas favoritas!",
"default_locale": "pt_BR",
"icons": {
"16": "images\/icons\/icon-default-16.png",
"19": "images\/icons\/icon-default-19.png",
"32": "images\/icons\/icon-default-32.png",
"38": "images\/icons\/icon-default-38.png",
"128": "images\/icons\/icon-web-store.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"content-scripts\/fonts-loader\/loader.css"
],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-scripts\/data-scraping\/loader.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icons\/icon-default-16.png",
"19": "images\/icons\/icon-default-19.png",
"32": "images\/icons\/icon-default-32.png",
"38": "images\/icons\/icon-default-38.png"
},
"default_title": "M\u00e9liuz",
"default_popup": "popup\/popup.html"
},
"permissions": [
"scripting",
"alarms",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"*.html",
"*.css",
"*.png",
"*.gif",
"*.svg",
"*.json",
"*.webp",
"images\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}