Getting Started In USI-Tech

Getting Started In USI-Tech

Step By Step Getting Started With USI-Tech & How To Access Done For You Funnels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Getting Started In USI-Tech",
  "version": "0.2",
  "manifest_version": 2,
  "description": "Step By Step Getting Started With USI-Tech & How To Access Done For You Funnels",
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "rsz_bitcoin.png",
    "default_title": "Step By Step Getting Started With USI-Tech & How To Access Done For You Funnels",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "rsz_bitcoin.png"
  }
}