Examine source code of Sticky Notes Anywhere

Inspect and view changes in Sticky Notes Anywhere 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": "Sticky Notes Anywhere",
  "version": "1.0",
  "description": "Cung cấp cửa sổ ghi chú nổi trên bất kỳ trang web nào. Lưu trữ tự động và đồng bộ qua các thiết bị.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Sticky Notes Anywhere",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b4d3d6a1-c241-454e-aec7-f76e35a88123}"
    }
  }
}