Button by MightySignal

Button by MightySignal

Get to an app's MightySignal page in just 1 click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Button by MightySignal",
  "short_name": "Button",
  "description": "Get to an app's MightySignal page in just 1 click!",
  "version": "1.46",
  "content_scripts": [
    {
      "css": [
        "styles.css",
        "hover-min.css"
      ],
      "matches": [
        "https://apps.apple.com/*/app/*",
        "https://apps.apple.com/app/*",
        "https://apps.apple.com/*/viewSoftware*",
        "https://play.google.com/store/apps/*"
      ],
      "js": [
        "ewok.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "MightySignal.png"
  ],
  "icons": {
    "16": "ms16.png",
    "48": "ms48.png",
    "128": "ms128.png"
  }
}