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", "background": { "persistent": true, "scripts": [ "modules\/chunk-common.js", "modules\/chunk-vendors.js", "modules\/background.js" ] }, "browser_action": { "default_icon": "images\/browser-action.png", "default_title": "Navis Pomodoro" }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2, "minimum_chrome_version": "55", "name": "__MSG_app_name__", "offline_enabled": true, "options_page": "modules\/options.html", "permissions": [ "alarms", "contextMenus", "storage", "notifications" ], "short_name": "__MSG_app_name_short__", "version": "1.4" }