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": "Screenshot", "version": "1.2", "description": "Screenshot", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Take a screen shot!" }, "permissions": [ "activeTab" ], "manifest_version": 2 }