Satellite Finder

Satellite Finder

The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "sw.js"
  },
  "name": "__MSG_extName__",
  "version": "1.9",
  "description": "__MSG_extDesc__",
  "default_locale": "en_US",
  "action": {
    "default_icon": "i/19.png",
    "default_popup": "menu.html",
    "default_title": "The fast and easy way to find a satellite!"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'none';script-src 'self';style-src 'self';img-src 'self';"
  },
  "icons": {
    "16": "i/16.png",
    "48": "i/48.png",
    "128": "i/128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88.0",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "*://*.fastsatfinder.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "i/16.png"
      ],
      "matches": [
        "https://www.fastsatfinder.com/*"
      ]
    }
  ]
}