Descubre las noticias de Deportes más recientes
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Noticias de Deportes",
"manifest_version": 2,
"short_name": "Noticias de Deportes",
"description": "Descubre las noticias de Deportes más recientes",
"version": "1",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "1484397030_Citycons_newspaper.png"
},
"icons": {
"128": "icon.png"
}
}