Create and edit pictures with a tool for creating and editing images & graphics.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_title__",
"version": "1.1.5",
"description": "__MSG_description__",
"default_locale": "en",
"options_page": "set.html",
"action": {
"default_popup": "go.html",
"default_icon": "draw/i_38.png"
},
"icons": {
"16": "draw/i_16.png",
"48": "draw/i_48.png",
"128": "draw/i_128.png"
},
"background": {
"scripts": [
"runapps.js"
]
},
"permissions": [
"storage",
"webNavigation"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{12716a29-43b1-41a2-93c4-a1215692ab21}"
}
}
}