OpeninApp - links that open where they should

OpeninApp - links that open where they should

Generate Viral Links | Open links where they should be opened

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OpeninApp - links that open where they should",
  "short_name": "OpeninApp",
  "version": "1.0.0",
  "description": "Generate Viral Links | Open links where they should be opened",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "favicon"
  ],
  "icons": {
    "16": "./icons/16.png",
    "32": "./icons/32.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "action": {
    "default_title": "OpeninApp",
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.ttf",
        "_favicon/*",
        "*.svg"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ]
}