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": "Web Paint Tool - Page Marker & Editor to Draw on web",
"version": "2.0.1",
"description": "Draw, annotate, and mark up any web page with a versatile set of drawing tools. Add text, shapes, and highlights to web content.",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/Donate.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"author": "Trai",
"homepage_url": "https:\/\/donate.stripe.com\/dRm3cv76K0QR6Kz1XL43S03"
}