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": "Doctorpus Assets",
"description": "a Deeeep.io Asset Pack!",
"version": "1.0.43",
"icons": {
"128": "Docassetsicon.png"
},
"action": {
"default_icon": {
"128": "Docassetsicon.png"
},
"default_title": "Click to turn Doctorpus Assets on\/off"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/deeeep.io\/*",
"https:\/\/alpha.deeeep.io\/*",
"https:\/\/beta.deeeep.io\/*",
"https:\/\/cdn.deeeep.io\/*",
"https:\/\/mapmaker.deeeep.io\/*"
],
"permissions": [
"scripting",
"storage"
]
}