Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.9.5", "default_locale": "en", "content_scripts": [ { "js": [ "assets\/main.tsx-loader-Bu66IeTQ.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "exclude_matches": [ "http:\/\/localhost:5172\/*", "http:\/\/localhost:5173\/*", "https:\/\/my.picturepicker.com\/*", "https:\/\/test.web.picturepicker.com\/*", "https:\/\/hub.picturepicker.com\/*", "https:\/\/share.picturepicker.com\/*" ] } ], "action": { "default_title": "__MSG_extensionDefaultTitle__", "default_popup": "popup.html", "default_icon": { "64": "static\/logo\/logo_bg_64.png", "128": "static\/logo\/logo_bg_128.png", "256": "static\/logo\/logo_bg_256.png", "512": "static\/logo\/logo_bg_512.png" } }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "externally_connectable": { "matches": [ "http:\/\/localhost:5172\/*", "http:\/\/localhost:5173\/*", "https:\/\/*.picturepicker.ai\/*", "https:\/\/picturepicker.ai\/*", "https:\/\/*.picturepicker.com\/*", "https:\/\/picturepicker.com\/*", "https:\/\/test.web.picturepicker.com\/*" ] }, "permissions": [ "activeTab", "scripting", "storage", "tabs", "background", "contextMenus", "declarativeNetRequest", "downloads", "cookies" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": null } }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "modal.html", "static\/logo\/logo_bg_64.png", "static\/images\/*", "_locales\/*", "assets\/iconBase-C2hp2wzA.js", "assets\/App.type-Dg7EjwZ5.js", "assets\/index-BzpJPIvy.js", "assets\/index-BaDT04RI.js", "assets\/features-animation-C2fZ3o84.js", "assets\/main.tsx-CQfleJNy.js" ], "use_dynamic_url": false } ], "host_permissions": [ "https:\/\/*.openai.com\/", "<all_urls>" ], "icons": { "64": "static\/logo\/logo_bg_64.png", "128": "static\/logo\/logo_bg_128.png", "256": "static\/logo\/logo_bg_256.png", "512": "static\/logo\/logo_bg_512.png" } }