Crypto Airdrops & Bounties

Crypto Airdrops & Bounties

Crypto Airdrops & Bounties

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto Airdrops & Bounties",
  "version": "0.1.7",
  "manifest_version": 2,
  "description": "Crypto Airdrops & Bounties",
  "background": {
    "persistent": false,
    "scripts": [
      "js/libraries/jquery/jquery.min.js",
      "js/api.js",
      "src/oneSignal/OneSignal.js",
      "src/bg/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Crypto Airdrops & Bounties",
    "default_popup": "index.html"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity",
    "identity.email",
    "http://airdropsbounties.localhost/*"
  ]
}