SocialDog - All-In-One Tool For X (Twitter) Marketing

SocialDog - All-In-One Tool For X (Twitter) Marketing

This is an extension for the X (Twitter) management tool "SocialDog" that allows you to easily schedule posts and reposts from X…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_AppName__",
  "version": "1.0.10",
  "description": "__MSG_AppDescription__",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-34.png"
  },
  "icons": {
    "34": "icon-34.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "https://twitter.com/",
    "https://mobile.twitter.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "js": [
        "twitter.bundle.js"
      ]
    }
  ],
  "default_locale": "ja"
}