GD Song Verifier

GD Song Verifier

Checks if the Newgrounds ID of the song can be used for Geometry Dash or not.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "GD Song Verifier",
  "description": "Checks if the Newgrounds ID of the song can be used for Geometry Dash or not.",
  "version": "1.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "includes/images/icon48.png",
    "128": "includes/images/icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "48": "includes/images/icon48.png",
      "128": "includes/images/icon128.png"
    }
  },
  "host_permissions": [
    "https://*.newgrounds.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "scripting"
  ]
}