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.11",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"permissions": [
"tabs",
"scripting",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.adot.ai\/*",
"*:\/\/search.naver.com\/*"
],
"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*",
"*:\/\/www.bing.com\/search*"
],
"js": [
"summary.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
}