TweetsMash

TweetsMash

Elevate Twitter Bookmarks into insights for creators & pros

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "TweetsMash",
  "name": "TweetsMash",
  "description": "Elevate Twitter Bookmarks into insights for creators & pros",
  "version": "0.3.9.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "declarativeNetRequest",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "https://x.com/",
    "https://twitter.com/",
    "https://api.twitter.com/",
    "https://api.x.com/"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.inject-5c96a053-f054a90e.js",
        "assets/content-script-loader.index.jsx-1aef94a3-a7ab4f58.js"
      ],
      "matches": [
        "https://x.com/*",
        "https://mobile.x.com/*"
      ],
      "run_at": "document_idle",
      "all_frames": false,
      "css": [
        "assets/index-8a4bf2d2.css"
      ]
    },
    {
      "js": [
        "assets/content-script-loader.inject.js-69acd6f3-25cd055e.js"
      ],
      "matches": [
        "https://www.tweetsmash.com/*"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "icon.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://mobile.x.com/*",
        "https://x.com/*"
      ],
      "resources": [
        "assets/browser-polyfill-244477e5.js",
        "assets/bookmarks-6bc7b3b5.js",
        "assets/sync-f5f9f87a.js",
        "assets/inject-5c96a053.js",
        "assets/index.jsx-1aef94a3.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://www.tweetsmash.com/*"
      ],
      "resources": [
        "assets/browser-polyfill-244477e5.js",
        "assets/inject.js-69acd6f3.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}