TinyJunko: Email templates for Gmail

TinyJunko: Email templates for Gmail

Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail, Outlook, GoDaddy, LinkedIn, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.721b7357.png",
    "32": "icon32.3143ac8f.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.721b7357.png",
      "32": "icon32.3143ac8f.png",
      "48": "icon48.f544afcb.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.1.6",
  "name": "TinyJunko: Email templates for Gmail",
  "description": "Write emails faster! Increase your productivity with templates and keyboard shortcuts on Gmail, Outlook, GoDaddy, LinkedIn, etc.",
  "author": "tinyjunko",
  "background": {
    "service_worker": "background.23452572.js",
    "type": "module"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "contents.77d90920.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "host_permissions": [
    "https://api.tinyjunko.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "contents.15f5fd8d.png",
        "contents.7d075e09.css",
        "contents.bbfb78f6.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}