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": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "author": "steampunck", "version": "2.2.0", "permissions": [ "activeTab", "storage", "cookies", "contextMenus", "<all_urls>" ], "homepage_url": "https:\/\/steampunck.github.io\/swoosh-storage-specialist\/", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/browser\/icon16.png", "24": "assets\/browser\/icon24.png", "32": "assets\/browser\/icon32.png" } }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ "popup.html", "installed.html", "club.html" ] }