Find access to blocked websites https://rsf.org/collateral-freedom

manifest.json 279B

12345678910111213141516
  1. {
  2. "manifest_version": 2,
  3. "name": "Collateral Freedom",
  4. "description": "kthxbye",
  5. "version": "1.0",
  6. "browser_action": {
  7. "default_icon": "icon.png",
  8. "default_popup": "popup.html"
  9. },
  10. "permissions": [
  11. "activeTab",
  12. "https://ajax.googleapis.com/"
  13. ]
  14. }