Examine source code of Anywish | Wishlists and online gift lists

Inspect and view changes in Anywish | Wishlists and online gift lists 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
{
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_productName__",
  "author": "__MSG_productName__",
  "version": "2.0.3",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://anywish.app",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "contextMenus",
    "identity",
    "storage",
    "https://*.anywish.app/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self';",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "__MSG_addItem__",
    "default_icon": {
      "16": "icons/32.png",
      "32": "icons/64.png",
      "48": "icons/96.png",
      "64": "icons/128.png",
      "128": "icons/256.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "chunk.*.js",
    "videos/*.mp4"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "icons/32.png",
    "32": "icons/64.png",
    "48": "icons/96.png",
    "64": "icons/128.png",
    "128": "icons/256.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}