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", "name": "__MSG_app_name__", "short_name": "__MSG_app_name_short__", "description": "__MSG_app_desc__", "default_locale": "en", "version": "40", "manifest_version": 3, "author": "allentown <[email protected]>", "homepage_url": "https:\/\/github.com\/allentown521\/marinara", "offline_enabled": true, "permissions": [ "alarms", "contextMenus", "storage", "tabs", "offscreen", "notifications" ], "background": { "service_worker": "modules\/background.js" }, "options_page": "modules\/options.html", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "minimum_chrome_version": "88", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_title": "Marinara", "default_icon": "images\/browser-action.png" } }