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": "MyRegistry Shipping Address Assist", "description": "Save time and effort by copying the shipping address before you begin checkout", "version": "3.0.0", "author": "MyRegistry.com", "background": { "service_worker": "lib\/config.js", "type": "module" }, "content_scripts": [ { "js": [ "data\/scripts\/tools.js", "data\/scripts\/content.js", "data\/scripts\/messaging.js", "data\/widget\/mr_widget.js" ], "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/myregistry.com\/*", "*:\/\/*.myregistry.com\/*", "*:\/\/*.myregistrystaging.com\/*", "*:\/\/*.mrtesting.com\/*", "*:\/\/*.mrnico.com\/*", "*:\/\/*.mr100.com\/*" ], "run_at": "document_start" }, { "js": [ "data\/scripts\/tools.js", "data\/scripts\/content.myregistry.js", "data\/scripts\/messaging.js", "data\/widget\/mr_widget.js", "data\/scripts\/getwebsitesettings.js" ], "matches": [ "*:\/\/myregistry.com\/*", "*:\/\/*.myregistry.com\/*", "*:\/\/*.myregistrystaging.com\/*", "*:\/\/*.mrtesting.com\/*", "*:\/\/*.mrnico.com\/*", "*:\/\/*.mr100.com\/*" ], "run_at": "document_start" } ], "action": { "default_icon": "data\/icons\/icon-32.png", "default_title": "MyRegistry Shipping address" }, "icons": { "32": "data\/icons\/icon-32.png", "64": "data\/icons\/icon-64.png" }, "permissions": [ "activeTab", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.myregistry.com\/*", "*:\/\/*.mrtesting.com\/*", "*:\/\/*.mr100.com\/*" ], "web_accessible_resources": [ { "resources": [ "data\/icons\/*", "data\/fonts\/*", "data\/widget\/*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3 }