Over 8 Million users around the world recommend us!
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",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "es_419",
"version": "1.1",
"icons": {
"16": "resources/images/icon.png",
"48": "resources/images/icon48.png",
"128": "resources/images/icon128.png"
},
"browser_action": {
"default_icon": "resources/images/icon.png",
"default_popup": "resources/html/popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://ar.staticontent.com; object-src 'self';",
"permissions": [
"http://desa.despegar.com.ar/",
"http://ar.staticontent.com/",
"http://www.despegar.com.ar/",
"http://www.despegar.com.bo/",
"http://www.decolar.com/",
"http://www.despegar.cl/",
"http://www.despegar.com.co/",
"http://www.despegar.com.cr/",
"http://www.despegar.com.ec/",
"http://www.despegar.com.sv/",
"http://www.es.despegar.com/",
"http://www.despegar.com.gt/",
"http://www.despegar.hn/",
"http://www.despegar.com.mx/",
"http://www.despegar.com.ni/",
"http://www.despegar.com.pa/",
"http://www.despegar.com.py/",
"http://www.despegar.com.pe/",
"http://www.despegar.com.pr/",
"http://www.despegar.com.do/",
"http://www.despegar.com.uy/",
"http://www.us.despegar.com/",
"http://www.despegar.com.ve/",
"tabs",
"storage",
"cookies"
]
}