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": "Gulf of Mexico Forever", "description": "A Chrome extension that makes sure the Gulf of Mexico is never renamed", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "hello.html", "default_icon": "icons\/128.png" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/name-replace.js" ], "run_at": "document_end" } ] }