Next Space Launch

Next Space Launch

To be informed about rocket launches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Next Space Launch",
  "version": "1.2",
  "author": "LazJedi",
  "description": "To be informed about rocket launches.",
  "icons": {
    "48": "icons/icon-32.png"
  },
  "action": {
    "default_icon": {
      "32": "icons/icon-32.png"
    },
    "default_title": "NextSpaceLaunch",
    "default_popup": "popup/index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "/popup/style.css",
        "/popup/script.js"
      ],
      "matches": [
        "https://ll.thespacedevs.com/*"
      ]
    }
  ]
}