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": "SayData - Metabase ChatGPT",
"version": "1.0.3",
"description": "Data Insights in Plain English - Like ChatGPT ",
"icons": {
"48": "chrome_icons\/32.png",
"128": "chrome_icons\/192.png"
},
"permissions": [
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "dist\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"dist\/assets\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"action": {
"default_popup": "dist\/popup.html"
}
}