Inspect and view changes in ProPlan - Productivity Planner source codes across current and past versions
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": "ProPlan",
"version": "2.3",
"description": "All-in-one productivity solution",
"permissions": [
"storage",
"notifications",
"tabs",
"activeTab"
],
"background": {
"scripts": [
"worker.js",
"notif.js"
]
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"sidebar_action": {
"default_icon": "icon.svg",
"default_title": "ProPlan",
"default_panel": "ProPlan.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"ProPlan.png"
],
"matches": [
"<all_urls>"
]
}
],
"author": "Mystic Productions",
"browser_specific_settings": {
"gecko": {
"id": "proplan@example.com"
}
}
}