DXF Viewer

DXF Viewer

View you DXF files from local computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "offline_enabled": true,
  "version": "3.0.1",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "96": "img/icon-96.png",
    "128": "img/icon-128.png",
    "256": "img/icon-256.png",
    "512": "img/icon-512.png"
  },
  "action": {
    "default_title": "__MSG_application_title__",
    "default_icon": "img/icon-64.png"
  },
  "homepage_url": "https://autocad-viewer.freeonlineapps.net/"
}