Roam with Mastodon

Roam with Mastodon

Bring Mastodon with you wherever you go: - Share interesting links and sites, images, and videos - Quote posts for Mastodon and Twitter - Also, threads, scheduling, and screenshots - Follow, boost, favorite, bookmark, reply from any instance

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.192fd1f9.png",
    "32": "icon32.plasmo.4d28be0c.png",
    "48": "icon48.plasmo.8337b32e.png",
    "64": "icon64.plasmo.c5fef9ed.png",
    "128": "icon128.plasmo.20a0583f.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.192fd1f9.png",
      "32": "icon32.plasmo.4d28be0c.png",
      "48": "icon48.plasmo.8337b32e.png",
      "64": "icon64.plasmo.c5fef9ed.png",
      "128": "icon128.plasmo.20a0583f.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.8.0",
  "author": "[email protected]",
  "name": "Roam with Mastodon",
  "description": "Share interesting links and sites.\nFollow anyone on any instance.\nBoost and favorite posts with one click\nSchedule posts.",
  "homepage_url": "https://fo.llow.social/roam",
  "background": {
    "scripts": [
      "background.806a2724.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "identity",
    "notifications",
    "scripting",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://elk.zone/*"
      ],
      "js": [
        "elk-quote.c4f72ac8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "reply.dbd5753a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "statuses.4db96ff3.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "follow.8703ca31.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "quote.28061077.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "tweet-quote.b7ed4d92.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "roaming.40eda55a.js"
      ],
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{920edf5e-2f56-435d-816e-3cc772bdd941}"
    }
  }
}