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": "WindChat - ChatGPT Summary for Hacker News",
"version": "0.0.4",
"description": "ChatGPT summary for Hacker News",
"options_page": "src\/pages\/options\/index.html",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArCykkuIJLQAHERTq+NIvLkflVCd6ZImokeK3Z9MdgWt+KwEYZkVfdQNjzuaBNC7gwMbDeNGMSmktHNuCePqPB9xcye2J3p+K5QC6ubvZPKo64XqD6FS5dqhgYMCBI12knLSVneo3thp+y\/9npzhP5SQXlyv44BwwHZnVtLSjqRfSYH6UwPDK2gWpoOmbLLVECUpmN817tDP1UHhi3F2DSQsngIwpnXMeflNMfb\/ixYb7z92n245onISh0gHNRfxnaf0ZseIuJmicZKZ7J0Xc3Vd8ITob4v3pLlVC05SjctrS\/\/1J+NKvC8s74RJLgZIKs4\/hgVlz4IDMBl0PGaqWawIDAQAB",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"oauth2": {
"client_id": "571085149187-5kh0v5o3im2k55qore798v4kd3oop41p.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/news.ycombinator.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle16889007523.chunk.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"logo-256.png",
"icon-128.png",
"icon-34.png",
"ChatGPT_logo.svg",
"src\/options\/index.html",
"src\/options\/index.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"host_permissions": [
"https:\/\/*.openai.com\/*",
"https:\/\/*.windchat.link\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/accounts.google.com\/;"
},
"permissions": [
"identity.email",
"identity",
"storage"
]
}