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": "Growstack Inc",
"description": "AI-powered platform delivering smarter, faster, and more relevant web search results directly in your browser.",
"short_name": "Growstack Inc",
"version": "4.6.8",
"icons": {
"16": "\/icons\/logo16.png",
"32": "\/icons\/logo32.png",
"48": "\/icons\/logo48.png",
"192": "\/icons\/logo192.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"commands",
"identity",
"webRequest",
"cookies",
"notifications",
"unlimitedStorage"
],
"web_accessible_resources": [
{
"resources": [
"css\/custom-bootstrap.min.css",
"css\/chrome.extension.css",
"js\/jquery.min.js",
"js\/jquery-ui.min.js",
"js\/bootstrap.bundle.min.js",
"sidebar.html",
"next\/*",
"next\/static\/**\/*",
"next\/image\/**\/*",
"icons\/*",
"svgicons\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/jquery.min.js",
"js\/bootstrap.bundle.min.js",
"js\/jquery-ui.min.js",
"js\/env-injector.js",
"content.js",
"js\/google-login.js"
],
"css": [
"css\/chrome.extension.css",
"css\/custom-bootstrap.min.css"
],
"all_frames": false,
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/docs.google.com\/*"
],
"js": [
"doc.js"
],
"all_frames": false,
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"js\/template.js",
"js\/swal.js"
],
"all_frames": false,
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook.office.com\/*",
"https:\/\/outlook.office365.com\/*"
],
"js": [
"js\/template.js",
"js\/swal.js"
],
"all_frames": false,
"run_at": "document_idle"
}
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Growstack AI"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; media-src 'self' data: blob: https:;"
},
"oauth2": {
"client_id": "780997652198-s8so42337go7bmhil80tr8b1racnr3er.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/gmail.readonly",
"https:\/\/www.googleapis.com\/auth\/gmail.send",
"https:\/\/www.googleapis.com\/auth\/gmail.modify"
]
}
}