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": "Instant Mobile Preview - Side Panel View",
"version": "1.0.1",
"description": "View mobile versions of websites side-by-side in Chrome's side panel.",
"icons": {
"16": "icons\/logo-no-background.png",
"48": "icons\/logo-no-background.png",
"128": "icons\/logo-no-background.png"
},
"action": {
"default_title": "Mobile View",
"default_icon": {
"16": "icons\/logo-no-background.png",
"48": "icons\/logo-no-background.png",
"128": "icons\/logo-no-background.png"
}
},
"permissions": [
"sidePanel",
"activeTab",
"contextMenus",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service_worker.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"author": "IntentionalDetour"
}