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

12345678910111213141516171819202122
  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. "http://host.brendanabolivier.com/"
  14. ],
  15. "background": {
  16. "scripts": ["jquery.js", "eventPage.js"],
  17. "persistent": false
  18. }
  19. }