AutoXu for Shopee

AutoXu for Shopee

Tự động nhận Shopee Xu mỗi ngày

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AutoXu for Shopee",
  "author": "redphx",
  "description": "Tự động nhận Shopee Xu mỗi ngày",
  "version": "1.0.3",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.shopee.vn/",
    "notifications",
    "alarms"
  ]
}