Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AwayTab - Travel Backgrounds",
"manifest_version": 3,
"short_name": "AwayTab",
"description": "Discover amazing places to travel to in every new tab you open.",
"version": "1.1.2",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"geolocation",
"storage"
],
"icons": {
"128": "img\/icon.png"
},
"action": {
"default_icon": {
"128": "img\/icon.png"
}
}
}