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": 3,
"name": "Google Trends Realtime Notifier",
"version": "1.0.1",
"description": "Google Trends: Get notified when new topics are trending on Google Trends",
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"notifications",
"alarms"
],
"host_permissions": [
"https:\/\/trends.google.com\/*"
]
}