Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"styles.css"
],
"js": [
"contentScript.js"
],
"matches": [
"https:\/\/*.google.com\/*"
]
}
],
"description": "Easily generate AI-powered replies to Google reviews. Free and Premium available",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvXLA2SKgsUr\/BDSUg6Dic5GQrGFBx2OU1IvXysQhpv+6hIvZB20cs4AskgXnvzp5rMDAu8GsUjqVfhekWzDmtkQhDKRjuKKlsMUtxmfJW75+dkZjTJsfame1pxXfczxD8HC3djJ58KeoDT+RvAlYlvRCNwFYvhzT3H0clD3cc33\/8G6XusVAkziJbuPiixEOkGQrNlj7yK\/IYNiEfl9UL81rnWkgjB22HZnzyn8sWU3GyDIDTDysOGVc0dafVRTshDM0r8CoATlhfYO34LbLAEu4qQMoXVKdGKsJuUudeT5Bf\/d8KvDZP0AMAhm1rk5Eh4ueHPRT6mkEe1zOdwP4GQIDAQAB",
"manifest_version": 3,
"name": "Google review reply AI Assistant",
"permissions": [
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2.2",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.google.com\/*"
],
"resources": [
"img\/*",
"icons\/*"
]
}
]
}