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": "This is a test three", "description": "Testing Chrome Publishing Again", "default_locale": "en", "version": "1.0.2", "manifest_version": 2, "minimum_chrome_version": "33", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks" ] }