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": "__MSG_gs_chrome__", "short_name": "GS Chrome", "description": "__MSG_manifest_description__", "version": "12", "default_locale": "en", "author": "Yuri Konotopov <[email protected]>", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlig8TAPPQZinMkJnptC0ldizx6fG9jSjZDJ9c8GuLcXeGRH+NMlQuPC9bR5IQlT7+4VY\/1tm1+IZ4xvITx1wXCNTR+KXzZv3VNc2D+logehK7oIRTRj0fLhixrx4NLSNK7L7HgV2xcIoW6QV0jOdFcTPL0mWXodXSzZePrvXuflF7qpwNxLzYVi04Vh3xu2oR2Pc9SwfZ4SNbyCaunH\/p8n5AYmDuogI2Ah++RZw0ctnqn7mmHrGXteBu\/vkpcHZu3B3eW9PFSrv69rRs8duybYR9C91hJm6yzRqZqIpindIU3k2HnNWeCFWkRVpZPhaNVoxcBUO7wWUUwdIflW2JwIDAQAB", "icons": { "16": "icons\/GnomeLogo-16.png", "48": "icons\/GnomeLogo-48.png", "128": "icons\/GnomeLogo-128.png" }, "background": { "service_worker": "extension.js", "type": "module" }, "action": { "default_icon": { "16": "icons\/GnomeLogo-16.png", "32": "icons\/GnomeLogo-32.png" }, "default_title": "__MSG_open_website__" }, "content_scripts": [ { "matches": [ "https:\/\/extensions.gnome.org\/*", "https:\/\/extensions-next.gnome.org\/*" ], "run_at": "document_start", "js": [ "include\/constants-script.js", "include\/compat-content-script.js", "content-script-start.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/extensions.gnome.org\/*", "https:\/\/extensions-next.gnome.org\/*" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "nativeMessaging", "notifications", "storage" ], "optional_permissions": [ "idle" ], "host_permissions": [ "https:\/\/extensions.gnome.org\/", "https:\/\/extensions-next.gnome.org\/" ], "web_accessible_resources": [ { "resources": [ "include\/sweettooth-api.js" ], "matches": [ "https:\/\/extensions.gnome.org\/*", "https:\/\/extensions-next.gnome.org\/*" ] } ] }