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 Friendly Test - cmlabs Tools",
"description": "Mobile Friendly Test helps you evaluate how well your website performs on mobile devices.",
"version": "1.0.0",
"author": "Developer from cmlabs",
"action": {
"default_popup": "views\/index\/index.html"
},
"icons": {
"16": "assets\/images\/icon-mobile-friendly.png",
"32": "assets\/images\/icon-mobile-friendly.png",
"48": "assets\/images\/icon-mobile-friendly.png",
"128": "assets\/images\/icon-mobile-friendly.png"
},
"background": {
"service_worker": "service_worker\/background.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"commands",
"storage"
]
}