TemplateIn - Templates for the web

TemplateIn - Templates for the web

Access your templates anywhere on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TemplateIn - Templates for the web",
  "description": "Access your templates anywhere on the web.",
  "version": "0.0.0.2",
  "permissions": [
    "cookies",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/logo-48.png"
  },
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "144": "images/logo-144.png"
  },
  "commands": {
    "launch": {
      "suggested_key": {
        "default": "Ctrl+I",
        "mac": "Command+I"
      },
      "description": "Launch the command palette and access the list of your templates."
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js",
        "popup.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "modal.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwxfdTktKAOTKJa3Ny/dZHYRIZJpepSipTt+g5kAsm/GclEfsVWSQz9iTkcG7CcR/rao8TXe7CeT4zGPE6uhlzGgvUFlcmstsc6+6MTImXFDHl3/+8GV6D4pUj+1cjNg5/lFQOVReFoDkKCIOj7kORgRB52TSTfHfqQgZ++Xm7IKxktkNLd8FPWKhY547GsaCmDsXQGxtwtneNC9jru6ZGbivh46V2Ihx3N9z5urOeFboE1BtJzPRskcP2/2XF3a6av5Hg3wy9J40NIB/t9UR/LieBe1bKfCLOH/UOrO1Q5CT5YZeLNpvXLEH6voEDbvIdr9yW5bv967PS5nBYAsbzwIDAQAB"
}