GroupKit

GroupKit

GroupKit allows you to make more money from your group with less time and effort.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GroupKit",
  "version": "0.4.3",
  "manifest_version": 2,
  "minimum_chrome_version": "55",
  "description": "GroupKit allows you to make more money from your group with less time and effort.",
  "short_name": "GroupKit",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://*.facebook.com/*",
        "https://*.facebook.com/groups/*",
        "*://*.facebook.com/*"
      ],
      "js": [
        "config.json.js",
        "lib/js/jquery-3.2.1.min.js",
        "lib/js/jquery-confirm.min.js",
        "content/content.js",
        "content/get_groups_ids.js"
      ],
      "css": [
        "lib/css/jquery-confirm.min.css",
        "lib/css/jconfirmcustom.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://auth.aweber.com/oauth2/result*"
      ],
      "js": [
        "config.json.js",
        "lib/js/jquery-3.2.1.min.js",
        "content/aweber_login.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "config.json.js",
      "lib/js/jquery-3.2.1.min.js",
      "lib/js/crypto-js.min.js",
      "lib/js/jsstore.min.js",
      "lib/js/jsstore.worker.min.js",
      "lib/js/moment.min.js",
      "lib/js/mwithdata.min.js",
      "lib/js/mtimezones.min.js",
      "background/db.js",
      "background/db_update.js",
      "background/background_cron.js",
      "background/licencing.js",
      "background/export.js",
      "background/import.js",
      "background/background.js",
      "background/modify_headers.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "images/*",
    "lib/*",
    "iframe/*"
  ],
  "permissions": [
    "*://*.api.ontraport.com/*",
    "*://*.mailerlite.com/*",
    "https://*.app.kartra.com/*",
    "https://*.api.mailchimp.com/*",
    "https://api.getresponse.com/v3/",
    "https://*.api-us1.com/*",
    "http://*.facebook.com/*",
    "https://*.facebook.com/*",
    "tabs",
    "unlimitedStorage",
    "storage",
    "identity",
    "downloads"
  ],
  "oauth2": {
    "client_id": "1090174471838-uetkq8vn7a0ila1v9kagg5cioalgu5jp.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "offline_enabled": true
}