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": "Mobile View Switcher",
"version": "1.6",
"description": "Switch user agent to simulate mobile (Android\/iOS). Test mobile views, access content and save bandwidth.",
"permissions": [
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "options.html",
"default_title": "Mobile View Switcher",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
}
}
}