AffiliNet

AffiliNet

Discover a new way to find blogs, podcasts and video channels.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AffiliNet",
  "description": "Discover a new way to find blogs, podcasts and video channels.",
  "version": "0.0.0.5",
  "icons": {
    "16": "AffiliNet_16x16.png",
    "48": "AffiliNet_48x48.png",
    "128": "AffiliNet_128x128.png"
  },
  "browser_action": {
    "default_icon": "AffiliNet_16x16.png",
    "default_popup": "favsPopup.html",
    "default_title": "Discover new content with AffiliNet"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://affilinet.us/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}