RisenSeo Ext

RisenSeo Ext

Earnings from viewing advertising banners and teasers. Affiliate program up to 25%

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RisenSeo Ext",
  "version": "1.0.6",
  "description": "Earnings from viewing advertising banners and teasers. Affiliate program up to 25%",
  "permissions": [
    "cookies",
    "alarms",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://risenseo.org/*"
  ],
  "icons": {
    "48": "/img/Logo48.png",
    "128": "/img/Logo128.png"
  },
  "action": {
    "default_title": "RisenSeo Extension",
    "default_popup": "popup.html",
    "default_icon": "/img/Logo32.png",
    "icons": {
      "48": "/img/Logo48.png",
      "128": "/img/Logo128.png"
    }
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "/js/jquery/dist/jquery.min.js",
        "/js/storageManage.js",
        "/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/jquery/dist/jquery.min.js",
        "/bootstrap/js/bootstrap.min.js",
        "/bootstrap/css/bootstrap.min.css",
        "/js/tizerFrame.js",
        "/css/banner.css",
        "/css/tizer.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://risenseo.org/*"
    ]
  }
}