Flavortown GitHub Exporter Firefox

Examine source code of Flavortown GitHub Exporter

Inspect and view changes in Flavortown GitHub Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Flavortown GitHub Exporter",
  "version": "2.5.0",
  "description": "Import your GitHub projects to Flavortown with one click and auto-generate descriptions with AI",
  "background": {
    "service_worker": "background/background.js",
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "flavortown-github-exporter@hackclub.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "matches": [
        "https://flavortown.hackclub.com/projects/new*"
      ],
      "run_at": "document_end"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "ollama_rules",
        "path": "rules/ollama_rules.json"
      }
    ]
  },
  "host_permissions": [
    "https://api.github.com/*",
    "https://github.com/*",
    "https://flavortown.hackclub.com/*",
    "https://raw.githubusercontent.com/*",
    "https://models.github.ai/*",
    "http://localhost/*",
    "http://127.0.0.1/*",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://openrouter.ai/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://flavortown.hackclub.com/*"
      ],
      "resources": [
        "content/injected.js"
      ]
    }
  ]
}

Best Flavortown GitHub Exporter Alternatives

Here are some Firefox add-ons that are similar to Flavortown GitHub Exporter: