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", "manifest_version": 3, "name": "Shutterfly Address Book Exporter", "version": "1.1", "description": "Export your Shutterfly address book to a CSV file.", "permissions": [ "webRequest", "downloads" ], "host_permissions": [ "https:\/\/www.shutterfly.com\/*", "https:\/\/api2.shutterfly.com\/*" ], "background": { "service_worker": "dist\/background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.shutterfly.com\/addressbook\/management.sfly*" ], "js": [ "dist\/content.bundle.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }