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": "Share Google Slides Control",
"version": "1.0",
"description": "A tool to enable remote shared control of Google Slides presentations",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/docs.google.com\/presentation\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/lit-html.js"
],
"matches": [
"https:\/\/docs.google.com\/*"
]
}
],
"host_permissions": [
"https:\/\/shared-google-slides-control.cleverapps.io\/",
"https:\/\/cdn.jsdelivr.net\/"
]
}