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": "make make colorfull", "description": "make the make filters make sense.", "version": "2.1", "host_permissions": [ "https:\/\/eu1.make.com\/*", "https:\/\/www.integromat.com\/*", "https:\/\/eu2.make.com\/*", "https:\/\/us1.make.com\/*", "https:\/\/us2.make.com\/*", "https:\/\/integrator.boost.space\/*" ], "content_scripts": [ { "matches": [ "https:\/\/eu1.make.com\/*", "https:\/\/www.integromat.com\/*", "https:\/\/eu2.make.com\/*", "https:\/\/us1.make.com\/*", "https:\/\/us2.make.com\/*", "https:\/\/integrator.boost.space\/*" ], "css": [ "styles.css" ] } ], "action": { "default_icon": "makemakecolor.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "images\/basic-operators.png", "images\/text-operators.png", "images\/numeric-operators.png", "images\/datetime-operators.png", "images\/time-operators.png", "images\/boolean-operators.png", "images\/array-operators.png" ], "matches": [ "<all_urls>" ] } ] }