SiteStacks for Firefox - Instant Tech Lookup

SiteStacks for Firefox - Instant Tech Lookup

SiteStacks lets you instantly look up the technology stack behind any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "1.0.2resigned1",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "45.0"
    }
  },
  "default_locale": "en",
  "icons": {
    "19": "resources/images/icon_extension_19.png",
    "32": "resources/images/icon_extension_32.png",
    "128": "resources/images/icon_extension_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "resources/images/icon_extension_19.png",
      "32": "resources/images/icon_extension_32.png",
      "128": "resources/images/icon_extension_128.png"
    },
    "default_title": "Site Stacks extension"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "web_accessible_resources": [
    "resources/*"
  ],
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*",
    "<all_urls>"
  ]
}