Examine source code of Notes for Busy Life Planner

Inspect and view changes in Notes for Busy Life 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": 2,
  "name": "Notes Saver for Busy Life Planner",
  "version": "1.2",
  "description": "Save a page title, page url, and selected page text as a note into Busy Life Planner, a task and project manager and organizer.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "http://*/",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "icons": {
    "64": "images/main_icon-sport.png"
  },
  "author": "AAR Innovations",
  "homepage_url": "https://aar-innovations.com/busy-life-planner",
  "applications": {
    "gecko": {
      "id": "{aab096b8-3b6a-434e-9085-a1faf4979c2c}"
    }
  }
}