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_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "version": "3.0.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/google-art-project\/akimgimeeoiognljlfchpbkpfbmeapkh", "default_locale": "en", "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "icons": { "16": "icons\/gac_tab_icon_16x16.png", "19": "icons\/gac_tab_icon_19x19.png", "38": "icons\/gac_tab_icon_38x38.png", "48": "icons\/gac_tab_icon_48x48.png", "128": "icons\/gac_tab_icon_128x128.png" }, "action": { "default_icon": { "16": "icons\/gac_tab_icon_16x16.png", "19": "icons\/gac_tab_icon_19x19.png", "38": "icons\/gac_tab_icon_38x38.png", "48": "icons\/gac_tab_icon_48x48.png", "128": "icons\/gac_tab_icon_128x128.png" }, "default_title": "__MSG_extName__" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "permissions": [ "contextMenus", "favicon", "storage", "topSites" ], "host_permissions": [ "https:\/\/*.google-analytics.com\/*", "https:\/\/*.ggpht.com\/*", "https:\/\/www.gstatic.com\/*" ], "web_accessible_resources": [ { "extension_ids": [ "*" ], "matches": [ "<all_urls>" ], "resources": [ "_favicon\/*", "*.sourcemap", "fonts\/mat_icons.woff2", "fonts\/roboto_400.woff2", "fonts\/roboto_700.woff2" ] } ] }