By: nelson
Inspect and view changes in QuickDoodle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.0.0",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"storage",
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png"
}
},
"web_accessible_resources": [
"icons/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{9244e2b3-6df4-46a1-9b26-80ce4df11d59}"
}
}
} Best QuickDoodle Alternatives
Here are some Firefox add-ons that are similar to QuickDoodle: