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__", "version": "1.1.9.5", "default_locale": "ru", "description": "__MSG_extDesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "512": "icon512.png" }, "homepage_url": "https:\/\/identityblitz.ru", "background": { "scripts": [ "background.js", "FireBreathPromise.js", "wyrmhole.js", "firewyrm.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ "wyrmhole.js", "wyrmhole-page.js", "FireBreathPromise.js", "firewyrm.js" ], "permissions": [ "nativeMessaging", "http:\/\/*\/", "https:\/\/*\/" ] }