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",
"manifest_version": 3,
"name": "Euskaraz Mesedez",
"version": "1.3",
"description": "Nabigatu automatikoki euskaraz ahal den guztietan.",
"permissions": [
"storage"
],
"icons": {
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "src\/background.js"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"48": "icons\/logo.png",
"128": "icons\/logo.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/content.js"
],
"run_at": "document_idle"
}
]
}