Windows Live Writer Manifest

What is a Windows Live Writer Manifest?

A Windows Live Writer manifest file is an XML file that provides metadata about a blog or website, allowing Windows Live Writer to interact with it.

Example Manifest File

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
    <id>blog-id</id>
    <service>
        <id>service-id</id>
        <name>Blog Name</name>
        <homePageUrl>https://example.com</homePageUrl>
        <apiUrl>https://example.com/api</apiUrl>
    </service>
</manifest>
            

Generate Your Manifest File