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,
"name": "__MSG_extensionName__",
"version": "1.0.4",
"description": "__MSG_extensionDescription__",
"action": {
"default_title": "Toggle Mobile View",
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background\/sw.js"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"commands": {
"toggle-mobile": {
"suggested_key": {
"default": "Alt+M"
},
"description": "Toggle mobile view overlay"
}
},
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self';"
},
"homepage_url": "https:\/\/mobile-view.pdfwork.com",
"default_locale": "en"
}