Growwer | Link building and PR in seconds

Growwer | Link building and PR in seconds

Publish in more than 32.000 worldwide media from your favorite SEO tools (Google, Ahrefs, Semrush, Sistrix...)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.15",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://growwer.com/",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "/build/images/icon-16.png",
    "48": "/build/images/icon-48.png",
    "128": "/build/images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "128": "/build/images/icon-128.png"
    },
    "default_title": "__MSG_defaultTitle__",
    "default_popup": "/build/popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/build/front.js"
      ],
      "css": [
        "/build/front.css"
      ]
    }
  ],
  "background": {
    "service_worker": "/build/worker.js"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://api.rollbar.com/"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/build/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}