AFS Prime

AFS Prime

Advanced Search For Facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AFS Prime",
  "version": "0.0.4",
  "description": "Advanced Search For Facebook",
  "short_name": "Facebook Search",
  "author": "Sourav Pradhan",
  "homepage_url": "http://imsourav.com",
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "Advanced Facebook Search",
    "default_icon": {
      "16": "img/16x16.png",
      "32": "img/32x32.png",
      "48": "img/48x48.png",
      "128": "img/128x128.png"
    },
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://www.facebook.com/"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}