SocialPilot

SocialPilot

SocialPilot is an online social media marketing and scheduling tool for social media professional, marketing agencies, blogger and individuals. SocialPilot helps them to easily schedule posts across multiple social media platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/Logo.png",
    "default_title": "SocialPilot"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/socialpilot_image.js",
        "js/socialpilot_facebook.js",
        "js/socialpilot_twitter.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Easily Schedule Posts Across Multiple Social Media accounts",
  "homepage_url": "https://socialpilot.co",
  "icons": {
    "16": "icons/Logo.png",
    "48": "icons/Logo.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "SocialPilot",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webNavigation"
  ],
  "version": "2.1.1",
  "web_accessible_resources": [
    "js/*",
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2800B274-A638-49B1-B509-D38D4DB6B3BA}"
    }
  }
}