Genius Ad Library

Genius Ad Library

Solution to creating proven profitable FB ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/background.js"
  },
  "icons": {
    "16": "images/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100788-small_icon.png",
    "48": "images/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100849-medium_icon.png",
    "128": "images/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100891-large_icon.png"
  },
  "action": {
    "default_popup": "./login.html",
    "default_title": "Genius Ad Library"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/vendor.js",
        "js/sweetalert2.all.min.js",
        "js/helper.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "description": "Solution to creating proven profitable FB ads",
  "manifest_version": 3,
  "name": "Genius Ad Library",
  "options_page": "./dashboard.html",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "https://www.googleapis.com/",
    "https://www.googleapis.com/auth/drive",
    "https://www.googleapis.com/auth/spreadsheets"
  ],
  "host_permissions": [
    "*://*.facebook.com/*"
  ],
  "version": "1.1.47",
  "web_accessible_resources": [
    {
      "resources": [
        "css/contentScript.css",
        "images/*"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "short_name": "GAL"
}