West Coast Surf Cast

West Coast Surf Cast

This extension scrappes a web page and gets the images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "West Coast Surf Cast",
  "description": "This extension scrappes a web page and gets the images",
  "version": "2.1",
  "browser_action": {
    "default_icon": "Menu-Logo2.png",
    "default_popup": "RSR_Extension.html"
  },
  "permissions": [
    "http://*/",
    "https://rinconsurfreport.com/"
  ],
  "content_security_policy": "script-src 'self' https://example.com; object-src 'self'"
}