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_app_name__", "short_name": "__MSG_short_name__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.0", "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/logo_16.png", "48": ".\/images\/logo_48.png", "128": ".\/images\/logo_128.png" } }, "icons": { "16": ".\/images\/logo_16.png", "48": ".\/images\/logo_48.png", "128": ".\/images\/logo_128.png" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js", "latex-core.js" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "vendor\/sre\/lib\/mathmaps\/*", "vendor\/wgxpath\/dist\/wgxpath.install.js", "vendor\/mathjax\/*" ], "matches": [ "<all_urls>" ] } ], "side_panel": { "default_path": "popup.html", "default_title": "ProcessOn", "openPanelOnActionClick": true }, "permissions": [ "activeTab", "sidePanel", "contextMenus" ] }