Ghosty

Ghosty

Save images to Ghosty, and tag 'em too

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ghosty",
  "description": "Save images to Ghosty, and tag 'em too",
  "version": "1.0.2",
  "author": "Ducsy",
  "icons": {
    "16": "assets/favicon-128-0.png",
    "32": "assets/favicon-128-1.png",
    "64": "assets/favicon-128-2.png",
    "128": "assets/favicon-128.png",
    "256": "assets/favicon-256.png"
  },
  "browser_action": {
    "name": "Save to Ghosty!",
    "default_title": "Save to Ghosty!",
    "icons": {
      "16": "assets/favicon-128-0.png",
      "32": "assets/favicon-128-1.png",
      "64": "assets/favicon-128-2.png",
      "128": "assets/favicon-128.png",
      "256": "assets/favicon-256.png"
    },
    "default_icon": "assets/favicon-128-0.png"
  },
  "permissions": [
    "https://ghosty.land/*",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "content_injected/*"
  ]
}