ProfilePro - AI SEO Tool for Google Business Profile SEO

ProfilePro - AI SEO Tool for Google Business Profile SEO

Audit GMB SEO, automate GBP SEO tasks, optimize your GMB everywhere & crush competitors with this AI SEO tool without having to spy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ProfilePro - AI SEO Tool for Google Business Profile SEO",
  "description": "Audit GMB SEO, automate GBP SEO tasks, optimize your GMB everywhere & crush competitors with this AI SEO tool without having to spy!",
  "version": "2.2.5",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Profile Pro",
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "downloads"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.google.com/*",
        "https://api.profileproai.com/api/auth/success/*",
        "https://api.profileproai.com/api/payments/success"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}