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", "short_name": "Growstack Inc", "version": "3.9.3", "icons": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "192": "\/icons\/logo192.png" }, "permissions": [ "activeTab", "scripting", "storage", "commands", "identity", "webRequest" ], "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" ], "css": [ "css\/chrome.extension.css", "css\/custom-bootstrap.min.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "js\/jquery.min.js", "js\/bootstrap.bundle.min.js", "js\/jquery-ui.min.js", "js\/env-injector.js", "doc.js" ], "css": [ "css\/chrome.extension.css", "css\/custom-bootstrap.min.css" ], "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';" }, "oauth2": { "client_id": "358104713583-mpvgi7t476pc3j2r5eo1j9bpcv95ne8v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } }