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

123456789101112131415161718192021
  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. "tabs",
  12. "https://ajax.googleapis.com/"
  13. ],
  14. "background": {
  15. "scripts": ["eventPage.js"],
  16. "persistent": false
  17. }
  18. }