Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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\/"
}