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": "Glif: Remix the web with AI", "version": "2.5", "description": "Remix any image on the web with AI.", "permissions": [ "contextMenus", "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.df51e11f.js" }, "action": { "default_icon": { "16": "images\/favicon_purp16.png", "48": "images\/favicon_purp48.png", "128": "images\/favicon_purp128.png" } }, "web_accessible_resources": [ { "resources": [ "content.js", "comfyInject.js", "images\/favicon128.png", "images\/favicon16.png", "images\/favicon48.png", "images\/favicon_purp128.png", "images\/favicon_purp16.png", "images\/favicon_purp48.png", "images\/icon128.png", "images\/icon16.png", "images\/icon48.png", "images\/logo.svg", "images\/logotype.svg", "sidebar\/sidebar.css", "sidebar\/sidebar.html", "sidebar\/sidebar.js", "style.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.glif.app\/*" ] }, "icons": { "16": "images\/favicon_purp16.png", "48": "images\/favicon_purp48.png", "128": "images\/favicon_purp128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.glif.app\/*" ], "js": [ "glifInject.57fee4b8.js", "content.js" ], "css": [] }, { "matches": [ "http:\/\/127.0.0.1:8188\/*" ], "js": [ "comfyInject.js", "content.js" ], "css": [] } ], "host_permissions": [ "https:\/\/glif.app\/*" ] }