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 Simulator for Chrome",
"version": "1.0.0",
"description": "Switch any Chrome tab to mobile view with 38 device options in one click. ",
"action": {
"default_icon": {
"48": "images\/icons\/ueyes64.png"
}
},
"icons": {
"48": "images\/icons\/ueyes64.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"scripts\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"activeTab",
"declarativeNetRequest",
"scripting",
"tabCapture",
"offscreen",
"storage",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
}
}