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_extension_name__",
"version": "3.0.1",
"short_name": "__MSG_extension_short_name__",
"description": "__MSG_extension_description__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/docs.google.com\/presentation\/*"
],
"action": {
"default_icon": "icons\/icon64.png",
"default_title": "__MSG_extension_short_name__"
},
"background": {
"service_worker": "\/js\/common\/background.js"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"web_accessible_resources": [
{
"resources": [
"fonts\/*"
],
"matches": [
"*:\/\/docs.google.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/docs.google.com\/presentation\/d\/*"
],
"js": [
"\/js\/content.js"
],
"css": [
"\/css\/content.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"homepage_url": "https:\/\/zoom-slides.pdfwork.com\/"
}