Awesome Hub - Love It

Awesome Hub - Love It

This extension is awesome. This will open the VIP lock for free

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Awesome Hub - Love It",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "This extension is awesome. This will open the VIP lock for free",
  "homepage_url": "https://www.theadulthub.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Awesome Hub",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "http://*.letsmeetup.com/*",
    "https://*.letsmeetup.com/*",
    "https://*.theadulthub.com/*",
    "http://*.theadulthub.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.letsmeetup.com/*",
        "https://*.letsmeetup.com/*",
        "https://*.theadulthub.com/*",
        "http://*.theadulthub.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}