VidCuratorFX - Review - Bonus - Discount

VidCuratorFX - Review - Bonus - Discount

Looking to grab VidCuratorFX by Abhi Dwivedi, here is where you need to be! Full review, bonus and discount too...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VidCuratorFX - Review - Bonus - Discount",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Looking to grab VidCuratorFX by Abhi Dwivedi, here is where you need to be! Full review, bonus and discount too...",
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "vidcuratorfx128.png",
    "default_title": "Looking to grab VidCuratorFX by Abhi Dwivedi, here is where you need to be! Full review, bonus and discount too...",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "vidcuratorfx128.png"
  }
}