Torrent-Dorayaki

Torrent-Dorayaki

A Torrent Search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "0.1.2",
  "action": {
    "default_icon": {
      "16": "images/torrent16.png",
      "32": "images/torrent32.png"
    },
    "default_title": "A Torrent Search"
  },
  "default_locale": "en",
  "icons": {
    "16": "images/torrent16.png",
    "48": "images/torrent48.png",
    "128": "images/torrent128.png"
  },
  "description": "A Torrent Search",
  "author": "zpq",
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "permissions": [
    "background",
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}