PinRSS Feed Finder

PinRSS Feed Finder

Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "2.122",
  "name": "PinRSS Feed Finder",
  "description": "Pinrss Feed Finder helps to discover RSS Feeds you’ll like around the web easily.",
  "homepage_url": "https://www.pinrss.com",
  "icons": {
    "48": "m/icon48.png",
    "128": "m/icon128.png"
  },
  "background": {
    "service_worker": "j/background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://code.jquery.com;"
  },
  "content_scripts": [
    {
      "js": [
        "j/find_feed.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "option.html",
        "pinrss.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": "m/icon.png",
    "default_title": "PinRSS Feed Finder"
  },
  "permissions": [
    "scripting",
    "notifications",
    "tabs",
    "activeTab",
    "browsingData",
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "PinRSS",
  "author": "pinrss.com",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}