Fastoot

Fastoot

Quickly post your status to Mastodon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fastoot",
  "version": "0.2.0",
  "manifest_version": 2,
  "description": "Quickly post your status to Mastodon",
  "homepage_url": "https://github.com/noraworld/fastoot",
  "icons": {
    "16": "img/mastodon16.png",
    "48": "img/mastodon48.png",
    "128": "img/mastodon128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Fastoot",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "auth.html"
  ]
}