SuperDDNS Updater

SuperDDNS Updater

Update your Hostnames easily with this plugin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SuperDDNS Updater",
  "short_name": "SuperDDNS Updater",
  "description": "Update your Hostnames easily with this plugin.",
  "version": "0.0.4",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": {
      "16": "csc_16.png",
      "32": "csc_32.png",
      "64": "csc_64.png",
      "128": "csc_128.png",
      "256": "csc_256.png"
    },
    "default_title": "Updating"
  },
  "icons": {
    "16": "csc_16.png",
    "32": "csc_32.png",
    "64": "csc_64.png",
    "128": "csc_128.png",
    "256": "csc_256.png"
  },
  "permissions": [
    "storage",
    "background",
    "notifications",
    "https://www.superddns.net/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}