Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ext_name__",
"version": "25.9.9",
"description": "__MSG_ext_description__",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "assets\/images\/icons\/16.png",
"32": "assets\/images\/icons\/32.png",
"48": "assets\/images\/icons\/48.png",
"128": "assets\/images\/icons\/128.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/instantpage.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"\/assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}