UPA - The Url Parser

UPA - The Url Parser

Url parser that works with #. Useful for SPA. Visualize and basic editing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "UPA - The Url Parser",
  "description": "Url parser that works with #. Useful for SPA. Visualize and basic editing.",
  "version": "1.3",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ]
}