The Growth Club

The Growth Club

The first rule about The Growth Club is: you do not talk about Growth Club.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Growth Club",
  "short_name": "The Growth Club",
  "description": "The first rule about The Growth Club is: you do not talk about Growth Club.",
  "author": "The Growth Club",
  "version": "0.0.2.04",
  "homepage_url": "https://thegrowthclub.io",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "source/background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    },
    "default_title": "The Growth Club"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "https://www.linkedin.com/"
  ],
  "web_accessible_resources": [],
  "externally_connectable": {
    "matches": [
      "*://secret-pod.firebaseapp.com/*",
      "*://app.thegrowthclub.io/*",
      "*://staging.thegrowthclub.io/*",
      "*://localhost/*",
      "*://europe-west1-secret-pod.cloudfunctions.net/*",
      "*://europe-west1-the-growth-club.cloudfunctions.net/*"
    ]
  }
}