Shorten URL Creator - Sateraito Office

Shorten URL Creator - Sateraito Office

You can create the short URL or QR code of opened page on Chromebook or Chrome browser.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "data/window/index.html"
  },
  "default_locale": "ja",
  "description": "__MSG_extension_description__",
  "homepage_url": "https://www.sateraito.jp/",
  "icons": {
    "16": "data/icons/icon16.png",
    "48": "data/icons/icon48.png",
    "128": "data/icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnDjIBXzg+oF8XflF3cftEtLD1sxR6KNPLeqL+j40mVxGPmXK4peCAMzvb40qxjEPDIj3kF6UmI/DRG/eOXOK+SoiL9vXqASTzQArBZx5bu1RhA5B79ZIiIIXCI4GTWbRTjhzcRIXAi8HBPvHhLFt6DnXgeJygr8uCzQfPV3HRysSz8i64wPFAbdk+CuZnEFz+/W9bTw5TFI/164pvSmEArtRxJKdMPbyObtdL+meJd/Rr3zOHlWfcH10zz1GVDYyK0lQDY2e6UcwAUljXZkGOV301G+00JVgFVc/KohtN2u9qU3RowDPBNAg9vF2mAndNKBs6Bfyolowz9NAZ3EVRQIDAQAB",
  "name": "__MSG_extension_name__",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "clipboardWrite"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.1",
  "manifest_version": 3
}