Button for Get Married in Denmark

Button for Get Married in Denmark

The site is for foreigners who want to get married in Denmark. It tells you what you need to be aware of and what documents you…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "files/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "__MSG_appButtonDesc__"
  },
  "default_locale": "de",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://daenemarkheiraten.de",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1.30",
  "web_accessible_resources": [
    "files/*",
    "icons/*"
  ]
}