Meepcity Notifier

Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Meepcity Notifier",
  "description": "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc",
  "version": "1.0.5",
  "permissions": [
    "cookies",
    "notifications",
    "http://api.meepcity.com/getShopAssets.php",
    "http://www.meepcity.com/item.php?id=*",
    "https://c.meepcity.com/avatars/*"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "https://c.meepcity.com/avatars/*",
    "alert.mp3"
  ]
}