Your last 1 year Swiggy Wrap

Your last 1 year Swiggy Wrap

Know your SWIGGY favourite dishes and much more for last year

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Your last 1 year Swiggy Wrap",
  "version": "2.0",
  "manifest_version": 3,
  "description": "Know your SWIGGY favourite dishes and much more for last year",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon1.png"
  },
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://www.swiggy.com/"
  ]
}