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", "name": "Restore the Gulf of Mexico", "description": "Updates Google Maps to show the Gulf of Mexico again.", "version": "1.0", "manifest_version": 3, "icons": { "128": "icon.png" }, "content_scripts": [ { "world": "MAIN", "js": [ "gulf.js" ], "matches": [ "https:\/\/www.google.com\/maps\/*" ], "run_at": "document_idle" } ] }