UnF*** the Future

UnF*** the Future

One-minute climate actions for when you want to cry but need a laugh

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UnF*** the Future",
  "short_name": "Remark",
  "version": "0.1.6",
  "description": "One-minute climate actions for when you want to cry but need a laugh",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "html/options.html",
    "data/mock.json",
    "img/*",
    "http://*.",
    "https://*.",
    "https://remark.eco/wp-content/uploads/remark_actions.json"
  ],
  "icons": {
    "48": "img/icon48.png",
    "96": "img/icon96.png",
    "142": "img/icon142.png"
  }
}