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": "Google Trends Realtime Screen",
"description": "google trends \uc2e4\uc2dc\uac04 \uac80\uc0c9\uc5b4 \uc21c\uc704\ub97c \uc2dc\uc791 \ud398\uc774\uc9c0\uc5d0\uc11c \ud655\uc778\ud574\ubcf4\uc138\uc694",
"manifest_version": 3,
"version": "0.0.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"\/img\/*.png",
"\/img\/*.svg",
"\/*.png",
"\/src\/page\/*.css"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"history"
],
"host_permissions": [
"https:\/\/trends.google.co.kr\/*",
"https:\/\/news.google.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [],
"chrome_url_overrides": {
"newtab": "page.html"
}
}