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": "Content Inventory", "short_name": "content-inventory", "description": "Store site Title and URL for later retrieval. Useful for a Content Inventory.", "version": "1.0.1", "icons": { "16": "images\/content-inventory16.png", "32": "images\/content-inventory32.png", "48": "images\/content-inventory48.png", "128": "images\/content-inventory128.png" }, "permissions": [ "activeTab", "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Content Inventory" }, "manifest_version": 2 }