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": "__MSG_name__",
"short_name": "__MSG_short_name__",
"description": "__MSG_description__",
"version": "3.0.8",
"default_locale": "en",
"action": {
"default_title": "__MSG_menu_text__"
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "assets\/background.js",
"type": "module"
},
"side_panel": {
"default_path": "\/popup\/index.html"
},
"externally_connectable": {
"matches": [
"https:\/\/pagespeed.web.dev\/*"
]
},
"permissions": [
"contextMenus",
"storage",
"sidePanel",
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/pagespeed.web.dev\/*"
],
"css": [
"style.css"
],
"js": [
"assets\/pagespeedinsights.js"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn0noMJgLSdVfZnwTSobp5gL+j47OhVMdd4bpnU9BjBVn0QLwWfOg5PvEcOIV2QR9rF1mqymkj8xBhjeAnSAq28+7t1ckHk4+m+Ry\/GPxL7Ry+gNh3XnFnZiIT5\/cceoNmCCRFEnc4ZNqKR1cM\/dTH3oBJGz5WpHC+b+gElCgJF8j6c\/ixybgGV3Df84cyd2aZEZoMMu\/QCmgzuTPwiJV+stgwNkBXrvGR1Jmyt2P5wfUmZAu\/6Dp3Hu9lNFl33yGzgBuYL2AV+w82jN6ByfCmOzrUXcxefO\/s54FAP46UC6DQIi0BdSefku\/bbuLtFY61gvqhzUyGix+71gRSO96ewIDAQAB"
}