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", "version": "1.0.3", "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.adot.ai\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*", "*:\/\/www.google.co.kr\/search*", "*:\/\/search.naver.com\/search.naver*", "*:\/\/search.daum.net\/search*", "*:\/\/search.daum.net\/nate*" ], "js": [ "summary.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }