GatherUp Google Review Link Generator

GatherUp Google Review Link Generator

The GatherUp extension allows you to generate the Google Write a Review link for any business.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.5",
  "name": "GatherUp Google Review Link Generator",
  "short_name": "Generate a Google Write a Review Link",
  "description": "The GatherUp extension allows you to generate the Google Write a Review link for any business.",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Generate Links"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}