Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TravelMonkey - new tab for travellers", "description": "Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.", "version": "1.0.3.5", "icons": { "16": "img\/icons\/icon-16-tm.png", "32": "img\/icons\/icon-32-tm.png", "48": "img\/icons\/icon-48-tm.png", "128": "img\/icons\/icon-128-tm.png" }, "web_accessible_resources": [ { "resources": [ "*.png", "*.svg", "*.js", "*.css" ], "matches": [ "<all_urls>" ] } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "background": { "service_worker": "js\/background.js", "type": "module" } }