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": "Modern List See More for SP",
"description": "When displaying the item in the SharePoint Modern List, display it in the state that clicked 'See More'.",
"default_locale": "en",
"version": "1.0.3",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.sharepoint.com\/*"
],
"js": [
"jquery-2.2.0.min.js",
"content_script.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"host_permissions": [
"https:\/\/*.sharepoint.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"jquery-2.2.0.min.js"
],
"matches": [
"https:\/\/*.sharepoint.com\/*"
]
}
]
}