Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Coastal Vibes", "version": "1.0.1", "description": "New tab Chrome extension that brings the calming beauty of coastal photos right to your browsing experience.", "icons": { "16": "assets\/icons\/16px.png", "96": "assets\/icons\/96px.png", "128": "assets\/icons\/128px.png" }, "author": "MVSearch.net", "homepage_url": "https:\/\/coastalvibesapp.com\/", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.coastalvibesapp.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "mainClass.js", "type": "module" } }