Document GPS

Document GPS

Track, modify and delete already sent attachments using blockchain-based security.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "4.22.23",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "homepage_url": "https://app.docuwalk.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "__MSG_actionBtn__"
  },
  "default_locale": "en",
  "permissions": [
    "background",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://mail.google.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "webviewer/*",
        "icons/icon48.png",
        "images/upload_bg.png",
        "images/drag_and_drop_bg.jpg",
        "images/attach.svg",
        "css/compose-form.css",
        "js/content.css",
        "js/2c191526c4006b065ca8.woff",
        "js/6b109fecbc7563467e36.ttf",
        "js/7fe92bb1fe75c84e473a.ttf",
        "js/85d6f73bf73d03518461.ttf"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "extension_ids": []
    }
  ],
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://mail.google.com/*",
        "https://app.shelterzoom.com/*",
        "https://app.jp.shelterzoom.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'none'; script-src 'self'; connect-src 'self' *; img-src 'self' data:; style-src 'self';base-uri 'self';form-action 'self'; frame-src 'self'"
  }
}