QR Code Reader - Sateraito Office

QR Code Reader - Sateraito Office

You can scan the QR code and open the WEB page a on Chromebook or Chrome browser by QR Code Reader. You can also save scan history,…

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.6",
  "default_locale": "ja",
  "homepage_url": "https://www.sateraito.jp/",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_popup": "data/window/index.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "data/icons/icon16.png",
    "48": "data/icons/icon48.png",
    "128": "data/icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "https://apis.google.com"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}