Vista Social

Vista Social

Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vista Social",
  "description": "",
  "version": "1.0.7",
  "homepage_url": "https://vistasocial.com",
  "background": {
    "service_worker": "vistasocial.js"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*",
        "https://www.tiktok.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  }
}