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",
"name": "Make Mobile View",
"version": "0.0.9",
"description": "Make any non-mobile website to MOBILE in ONE click",
"homepage_url": "https:\/\/github.com\/fregante\/browser-extension-template",
"manifest_version": 3,
"minimum_chrome_version": "100",
"icons": {
"128": "icon.082f75ba.png"
},
"permissions": [],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.70a01fb4.js"
],
"css": [
"content.699ca3cc.css"
],
"run_at": "document_end"
}
]
}