Rec Bud Pics

Rec Bud Pics

Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rec Bud Pics",
  "version": "0.2",
  "description": "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website",
  "content_scripts": [
    {
      "matches": [
        "https://ocs.ca/products/*",
        "https://www.sqdc.ca/*"
      ],
      "js": [
        "bud_pics.min.js"
      ]
    }
  ],
  "permissions": [
    "https://www.bccannabisstores.com/*"
  ]
}