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_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "3.1.0", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "31", "homepage_url": "https:\/\/download-all-images.mobilefirst.me", "permissions": [ "activeTab", "contextMenus", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "assets\/128x128.png" }, "content_security_policy": "script-src 'self' 'sha256-7PAbLBmgom0B49H48ONaE6wjOB7NWF+LE4eI3k9t4jQ=' 'sha256-74NY97q+4kUS1FeHk9Ttd5WDm0Q3zEhgKD098Dl\/Y6g=' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": { "16": "assets\/16x16.png", "24": "assets\/24x24.png", "32": "assets\/32x32.png" }, "default_title": "__MSG_app_action__" }, "options_page": "options.html", "incognito": "split", "background": { "scripts": [ "background.js" ], "persistent": false } }