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": "Drawp Voice Stickers",
"description": "Tools to facilitate on-going student engagement and language development",
"version": "1.0.8",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/docs.google.com\/presentation\/*"
],
"css": [
"main.css"
],
"js": [
"main.js"
]
}
],
"externally_connectable": {
"ids": [],
"matches": [
"https:\/\/app.moondrawp.xyz\/*",
"https:\/\/app.drawpforschool.com\/*"
]
},
"action": {
"default_icon": {
"16": "\/images\/logo-16x16.png",
"32": "\/images\/logo-32x32.png",
"48": "\/images\/logo-48x48.png",
"128": "\/images\/logo-128x128.png"
},
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "\/images\/logo-16x16.png",
"32": "\/images\/logo-32x32.png",
"48": "\/images\/logo-48x48.png",
"128": "\/images\/logo-128x128.png"
}
}