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": "Window Namer and Restorer BETA", "description": "Give your chrome windows a name and restore from previous sessions.", "version": "0.2", "manifest_version": 2, "permissions": [ "tabs", "storage", "contextMenus", "bookmarks", "*:\/\/*\/*", "<all_urls>" ], "browser_action": { "default_title": "Window Namer and Restorer", "default_icon": "images\/icon19.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background\/events.js", "general.js", "background\/icons.js", "background\/jquery.js", "background\/matching.js", "background\/messaging.js", "urls.js", "windows.js", "background\/on_load.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "<all_urls>" ], "js": [ "content.js" ] } ], "options_page": "options\/options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }