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, "version": "4.0.5", "name": "Reopen in Private", "description": "__MSG_cj_i18n_07535__", "author": "Carlos Jeurissen", "homepage_url": "https:\/\/apps.jeurissen.co\/reopen-in-private", "developer": { "name": "Carlos Jeurissen", "url": "https:\/\/apps.jeurissen.co\/" }, "default_locale": "en", "content_security_policy": { "extension_pages": "default-src 'none'; child-src 'none'; connect-src 'none'; font-src 'none'; frame-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; img-src 'none'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src 'self'; style-src-elem 'self'; style-src-attr 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; upgrade-insecure-requests" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "externally_connectable": { "ids": [], "accepts_tls_channel_id": false }, "permissions": [ "activeTab", "menus", "storage" ], "optional_permissions": [ "history" ], "icons": { "16": "\/images\/to-private-16.png", "19": "\/images\/to-private-19.png", "32": "\/images\/to-private-32.png", "38": "\/images\/to-private-38.png", "48": "\/images\/to-private-48.png", "96": "\/images\/to-private-96.png" }, "background": { "service_worker": "\/background.js" }, "action": { "browser_style": false, "default_area": "navbar", "default_title": "__MSG_cj_i18n_07535__", "theme_icons": [ { "light": "\/images\/to-private-16.svg", "dark": "\/images\/to-private-16.svg", "size": 16 }, { "light": "\/images\/to-private-19.svg", "dark": "\/images\/to-private-19.svg", "size": 19 }, { "light": "\/images\/to-private-16.svg", "dark": "\/images\/to-private-16.svg", "size": 32 }, { "light": "\/images\/to-private-19.svg", "dark": "\/images\/to-private-19.svg", "size": 38 }, { "light": "\/images\/to-private-16.svg", "dark": "\/images\/to-private-16.svg", "size": 48 } ] }, "options_ui": { "page": "\/views\/options.html" }, "commands": { "_execute_action": { "description": "__MSG_cj_i18n_07536__" } } }