Spreadshirt Copyright Assistant Firefox

Examine source code of Spreadshirt Copyright Assistant

Inspect and view changes in Spreadshirt Copyright Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Spreadshirt Copyright Assistant",
  "version": "2.7",
  "description": "Flag copyrighted content on shirt-show.sprd.net orders (in-page panel + fuzzy hashing + blocked orders) then automate Create Issue on Cockpit",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://shirt-show.sprd.net/*",
        "https://p.spreadomat.com/*"
      ],
      "js": [
        "dist/content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Copyright Assistant",
    "default_popup": "content/popup/popup.html",
    "default_icon": {
      "16": "icons/icon.svg",
      "32": "icons/icon.svg",
      "48": "icons/icon.svg",
      "128": "icons/icon.svg"
    }
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "web_accessible_resources": [
    "blocked.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "spreadshirt-copyright-assistant@Oscar",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Spreadshirt Copyright Assistant Alternatives

Here are some Firefox add-ons that are similar to Spreadshirt Copyright Assistant: