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": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Ali Gasymov", "version": "1.4", "default_locale": "ru", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "images\/icon_32.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "storage" ] }