Online drawing tool is a web application for sketching your ideas anywhere with three tools Line, Pencil & Rectangle.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Online Drawing - Sketchpad"
},
"description": "Online drawing tool is a web application for sketching your ideas anywhere with three tools Line, Pencil & Rectangle.",
"homepage_url": "http://drawingpad.chromecrxstore.com/",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhIw1Oj4ZQ2Ti0RMRM/T+xXqW5yfV9KxdaOp9I2YzohrgZmaXdbxYFmmFukEi3/W5sA0enz+nhyyPewMEthzeCuHe+sZwBiZ586LpW+t2I6xU6IzWKCkWJgUY61Y++Rfklr8OefxBfADIlRdLsiJfJSZEvZm5donzVGEQZn2EyDmAm1UrCg4hN9Sqk/niVUSX5TNSFwhW/t6N0zugbQhIMWiXaLDPVBYM0u3GlFlyD75YpoyWTE6vkFKbxxFEky7jYt0WeiSgpdWhAgwNiRbzpzxhiC5UeFrYZijQ9HnHzU8WroogDcL4xJlA1/NMlxRMOi4gW1Q9LD9VnTuflyiEuQIDAQAB",
"manifest_version": 2,
"name": "Online Drawing - Sketchpad",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.2"
}