Mastoshare

Mastoshare

Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mastoshare",
  "description": "Mastoshareは、Masotodon向けの共有をサポートする拡張機能です。",
  "version": "2.0",
  "manifest_version": 3,
  "icons": {
    "16": "mastoshare-16.png",
    "48": "mastoshare-48.png",
    "128": "mastoshare-128.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs"
  ]
}