Comeback

Comeback

Comeback to the top of the page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "sw.js"
  },
  "description": "Comeback to the top of the page",
  "name": "Comeback",
  "version": "0.0.2",
  "manifest_version": 3,
  "homepage_url": "https://convictionpop.com",
  "action": {
    "default_icon": "icons/icon_128.png"
  },
  "icons": {
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon_32.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}