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": 2,
"name": "Portico",
"short_name": "Portico",
"description": "Keep all your travel ideas in one place.",
"version": "1.18",
"icons": {
"16": "images\/icons\/icon16.png",
"32": "images\/icons\/icon32.png",
"48": "images\/icons\/icon48.png",
"64": "images\/icons\/icon64.png",
"128": "images\/icons\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icons\/icon128.png",
"default_title": "Add to Portico"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"activeTab",
"storage",
"https:\/\/portico.travel\/*",
"https:\/\/staging.portico.travel\/*",
"https:\/\/local.portico.travel\/*"
],
"web_accessible_resources": [
"images\/*.png",
"css\/*",
"js\/*",
"templates\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/portico.travel\/*"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
]
}
]
}