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, "name": "WordPress Dashboard Shortcut", "short_name": "WP Dash Shortcut", "description": "One click to get to the WordPress dashboard from any WordPress.org website.", "version": "1.1.2.2", "options_page": "update.htm", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_matches": [ "*:\/\/*.basecamp.com\/*" ], "matches": [ "<all_urls>" ], "js": [ "jquery-2.1.4.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }